A web implementation of ChatterBot using Flask.
To set up locally:
- Install Python, Flask, SQLAlchemy, and ChatterBot (run
pip install -r requirements.txt
). - Run app.py with
python app.py
. - The demo will be live on your local host http://localhost:5000/