Skip to content

End to End self learning chat Bot implemented using TensorFlow

Notifications You must be signed in to change notification settings

binojohnthomas/AIChatBot-TensorFlow

Repository files navigation

#Tensorflow Chatbot

Overview

Dependencies

Use pip to install any missing dependencies

Usage

To train the bot, edit the seq2seq.ini file so that mode is set to train like so

mode = train

then run the code like so

python execute.py

To test the bot during or after training, edit the seq2seq.ini file so that mode is set to test like so

mode = test

then run the code like so

python execute.py

About

End to End self learning chat Bot implemented using TensorFlow

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published