Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 565 Bytes

File metadata and controls

9 lines (8 loc) · 565 Bytes

ChatBot

  1. Download Python
  2. Download ChatterBot from "https://chatterbot.readthedocs.io/en/stable/setup.html#installing-from-pypi"
  3. Download "https://github.com/gunthercox/chatterbot-corpus"
  4. Put correct path of training data in bot1.py and run the file using "python bot1.py"
  5. When training is over, db.sqlite3 file will be automatically created in directory where bot1.py is present.
  6. Ask question and wait for answer from Bot. Enter 'Bye' to exit.
  7. on exiting, there is no need to train the bot again with the same data. So, next time run bot2.py