An unofficial web implementation of ChatterBot using Flask for tracking COVID 19 India Cases.
Thanks to the amazing team working at https://github.com/covid19india/api for the data source. A volunteer-driven API for COVID-19 stats & patient tracing in India (Unofficial).
- Ensure that Python, Flask, and ChatterBot are installed (either manually, or run
pip install -r requirements.txt
). - Run app.py with
python app.py
. - The demo will be live at http://localhost:5000/
This source is free to use, but ChatterBot does have a license which still applies and can be found on the LICENSE page.
Thanks to https://api.covid19india.org/ for the API
Thanks to https://github.com/vigzmv/ChatUI for the UI design