Skip to content

WilfredLemus/TFChatbot

Repository files navigation

TFChatbot

Make Chatbot with TensorFlow sequence to sequence, model train on the Cornell Movie Dialogue dataset, the bot is able to hold a fun conversation.

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

Credits

Credit for the vast majority of code here goes to suriyadeepan. I've merely created a wrapper to get people started.

@Sirajology on Youtube

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published