rodriguzejl1 / chatbot-tensorflow-v2.0

Newest chatbot using tensorflow and keras

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chatbot-tensorflow-v2.0

This is a chatbot which works with tensorflow 2.1 and higher. I have tested it on tensorflow 2.3.0 and 2.1.0
It also saves wrong answers with predicted category in a text file named as 'exceptions.txt'

Requirements:
-Tensorflow 2.0 or higher
-Nltk
-Punkt from nltk      (nltk.download('punkt'))

NOTE: This json dataset is taken from the internet, credits to the creator

About

Newest chatbot using tensorflow and keras


Languages

Language:Python 100.0%