Skip to content

Latest commit

 

History

History
27 lines (12 loc) · 889 Bytes

README.md

File metadata and controls

27 lines (12 loc) · 889 Bytes

Chatty bot     logort

Train a chatbot on your whatsapp chat.

Requirements

  • pip install -r requirements.txt

Getting started

  • 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.

Snapshots

capture

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.