flask-chatterbot

A web implementation of ChatterBot using Flask.

Local Setup:

  1. Ensure that Python, Flask, and ChatterBot are installed.
  2. Run app.py
  3. Base URL will be http://localhost:5000/

Usage example:

How do I deploy this to a web server?

If you do not have a dedicated server, I highly recommend using PythonAnywhere or Heroku to host your application.