A prototype of banking chatbot implemented in python using ChatterBot, flask and SQL
Built on python 3.6 Flask==0.11 chatterbot==0.8.4 SQLAlchemy==1.1.11
A web implementation of ChatterBot using Flask.
- Open command prompt and locate folder. run 'pip install -r requirements.txt'
- Run train.py
- Run run.py
- Demo will be live at https://localhost:
This source is free to use, but ChatterBot does have a license which still applies and can be found on the LICENSE page.