#Tensorflow Chatbot Sources: https://github.com/llSourcell/tensorflow_chatbot
- tensorflow==0.12.0
python data/prepare_data.py
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
python server/app.py