EL
ELITA04/Corona-Bot
A chatbot which helps obtaining live COVID19 updates. Check out the bot on telegram -
๐ค Corona-Bot built with Rasa X
Introduction
This is a Rasa chatbot which helps obtaining live covid19 updates.
Currently the bot supports the following user goals:
- Updates of the active, recovered, confirmed and deaths in different states of India.
- Provides precautionary measures to be taken during the pandemic.
- Provides links to the latest news updates by WHO.
๐ฑ How to get these updates on your mobile
Step 1: Install telegram
Step 2: search for coronabot-ek (bot is currently discontinued)
Step 3: Talk to the bot for updates
โ๏ธ How to set up Rasa
Step 1
Create a virtual environment and activate it
conda create --name rasa_test python=3.7
conda activate rasa_test
Step 2
Install rasa
pip install rasa==1.10.0
Step 3
Run actions.py on one terminal in conda env
rasa run actions
Step 4
Run the rasa shell to chat with the bot
rasa shell
Task List
- Updates about states in India
- Precautionary measures to be taken.
- News updates
- Information about red, green zones
- Answers in the form of images, gifs
- Updates about cities, countries
- Making it more interactive.
