Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 341 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 341 Bytes

A web implementation of ChatterBot using Flask.

To set up locally:

  1. Install Python, Flask, SQLAlchemy, and ChatterBot (run pip install -r requirements.txt).
  2. Run app.py with python app.py.
  3. The demo will be live on your local host http://localhost:5000/