The chatbot runs in the browser, Steps to run Chatbot (after installing dependencies) :-
- run "virtualenv env" in cmd in the downloaded and extracted folder of repo (NOTE:- DO THIS STEP BEFORE DOWNLOADING DEPENDENCIES)
- run "app.py"
- open localhost link given in the cmd
- ask questions about covid-19 (the chatbot can also small talk)
Requirements for Chatbot
- Python 3.9
- chatterbot==1.0.4
- sqlalchemy==1.3
- chatterbot
- chatterbot-corpus
- flask