Coronavirus disease (COVID-19) is an infectious disease caused by a newly discovered coronavirus. Most people infected with the COVID-19 virus will experience mild to moderate respiratory illness and recover without requiring special treatment. Older people, and those with underlying medical problems like cardiovascular disease, diabetes, chronic respiratory disease, and cancer are more likely to develop serious illness.
Corbot is the one-stop conversational chatbot for information on Covid-19 making it easy for people to gather information about the disease within seconds. Corbot focuses on solving problems faced by people in seeking correct verified information on Covid-19, Check available Vaccine slots in different districts.
- Show latest statewise information about daily cases (Newly infected, recovered, deceased, total) of covid-19.
- Check Vaccine Slot availability at a vaccine centre using Pincode or District ID
- Provide General Information about the disease like symptoms, precautions etc.
Connected the chatbot to Telegram using Rasa channel connectors.
- Data of daily cases report was collected using an API (Link of API).
- Data of Vaccine slot availibility was gathered using Cowin API available on API Setu (Link of the API)
Run the follwing command in your terminal
pip install requirements.txt
Starting Action server
rasa run actions
Note: Run actions.py simulataneously with the chatbot
To run the chatbot
rasa run