https://github.com/elysian01/covid19-bot
An awesome A.I based Covid 19 bot which helps in predicting covid in a person, provides the statistics of the covid situation at a national level and state level along with the capacity to answer faqs regarding the virus.
https://github.com/elysian01/covid19-bot
covid19-chatbot covid19-live-tracker flask-api flask-server flask-web rasa-chatbot
Last synced: 2 months ago
JSON representation
An awesome A.I based Covid 19 bot which helps in predicting covid in a person, provides the statistics of the covid situation at a national level and state level along with the capacity to answer faqs regarding the virus.
- Host: GitHub
- URL: https://github.com/elysian01/covid19-bot
- Owner: Elysian01
- License: mit
- Created: 2020-10-03T17:19:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-06T11:20:20.000Z (over 4 years ago)
- Last Synced: 2024-12-28T16:27:15.439Z (4 months ago)
- Topics: covid19-chatbot, covid19-live-tracker, flask-api, flask-server, flask-web, rasa-chatbot
- Language: HTML
- Homepage:
- Size: 773 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Covid19-Bot
An awesome A.I based Covid 19 bot which helps in predicting covid in a person, provides the statistics of the covid situation at a national level and state level along with the capacity to answer faqs regarding the virus.# Demo
# Getting started
## Please refer to this [document file](https://docs.google.com/document/d/12m7BJXUrSxJcMBTmk9V3AMghKKBDMez7er5q5KejNtg/edit?usp=sharing) to install all the pre-requiste and set up the conda environment for rasa.# To run the application
To directly run the application open three shell side by side and activate the environment in each of them.
```bash
conda activate rasa
```Then run following each command in each shell
```bash
python server.py
```
```bash
rasa run actions
```
```bash
rasa run -m models --enable-api
```### Open your browser go to 'http://127.0.0.1:5000/' and enjoy the experience