Before running install chatterbot.
- pip install chatterbot
- pip install chatterbot-corpus
If you are having errors.Try checking your python version in terminal.It must be python3.
You can also use python3 as mention below
- pip3 install chatterbot
- pip3 install chaterbot-corpus
- Clone the repository
- Change directory to ChatBot
- Run the the app using python app.py
- And its done !
Templates where used from a blog .Find it here.
