A web implementation of ChatterBot using Flask.
- Ensure that Python, Flask, and ChatterBot are installed (either manually, or run
pip install -r requirements.txt
). - Run app.py
- Base URL will be http://localhost:5000/
- /get/how are you?
- Browser handles whitespace for you (/get/how%20are%20you?)
- Returns raw response (ex: I am good).
If you do not have a dedicated server, I highly recommend using PythonAnywhere or Heroku to host your application.