Learn to implement a chat bot with deep learning.
The first version is based on: tensorflow_chatbot from llSourcell.
mode = train
python execute.py
You can stop the training anytime, the trained model will be saved in easybot/working_dir/. Change seq2seq.ini to switch to the testing mode, then start execute.py:
mode = test
python execute.py
- Main app:
python webui/app.py
- Startup/Shutdown:
sh webui/startup.sh
sh webui/shutdown.sh
- Background runing:
sh webui/startup.sh
- App Daemon:
sh webui/app-daemon.sh
- Archive log:
sh webui/archivelog.sh