Train a chatbot on your whatsapp chat.
pip install -r requirements.txt
- Get your whatsapp chat, for steps click here.
- Train the model on the chat data ☝,
python main.py train filename.txt
. - Test the bot,
python main.py chat
. - Don't forget to turn on the speakers.
The results are not great, as you can see above. The reason is the algorithm that it is using is very simple but it can be improved, you can learn more about it here.