install python3.8
virtualenv venv --python=python3.8
pip install -r .\requirements.txt
pip freeze > requirements.txt
(venv)
python training.py
the model will be save in data.pth
(venv)
Neural network chatbot
python chatbotNN.py
Tree chatbot
python chatbotTree.py
Now chat with your new friend !