You can find below folder
- COVID-19-Tracker-Chatbot_Code (RASA chatbot)
- flask_server (Image service web app)
Prerequisite:
- rasa
- python 3.6
- docker
- matplotlib
- datetime
- pandas
- seaborn
- spacy
- en_core_web_sm spacy model
How to use:
- Change slack access token
- Run RASA chatbot
- Run Duckling for NER
- Run Image Serving Flask app
- Follow the procedure [https://rasa.com/docs/rasa/user-guide/connectors/slack/] to generate Slack access token for RASA bot here.
- change the access token in slack_token: "" [ ]
After changed the access token, follow below procedure.
Go to COVID-19-Tracker-Chatbot_Code folder and execute following commands.
rasa run actions
RASA actions runs on 5005
port
rasa run
RASA chatbot runs on 5055
port
Install the docker in your OS
docker pull rasa/duckling
docker run <image-id>
Duckling docker container runs on 8000
port
Go to flask_server folder
python run.py
Flask app runs on 5020
port