A simple chatbot using chatterbot and flask
Since this is more than an year old now, it has following dependencies
- Chatterbot = 0.4.2
- flask
Grab the Natural Language Toolkit Data using the below command
python -m textblob.download_corpora
This will fetch and extract the data into a folder named nltk_data in HOME.
Run the following to launch the faqbot server
python server.py
Head over to the url in the output which will be http://127.0.0.1:5000 in a browser and start conversing