Visit here
India is one of the worst affected nations by the coronavirus outbreak. This tool aims at providing realtime insights on the outbreak in India in the form of interactive charts.
This web app is made using Streamlit.
Data Source : Covid India API
This app is deployed using Heroku at http://coronavirustrackerindia.herokuapp.com/
To install the app on your local machine and run on local host :
-
Clone the repository
git clone https://github.com/UtsavMurarka/covid-dashboard.git
-
Download requirements by
pip install -r requirements.txt
. (Use of virtual environment is recommended) -
Open terminal and run command
streamlit run main.py
-
The app will open in your browser at localhost.