As we all know our country is still facing SARS-CoV-2 (n-coronavirus),the scenes of suffering in our country are hard to comprehend. A second wave beginning in March 2021 was much larger than the first, with shortages of vaccines, hospital beds, oxygen cylinders and other medicines in parts of the country. By late April, India led the world in new and active cases. On 30 April 2021, it became the first country to report over 400,000 new cases in a 24-hour period. Health experts believe that India's figures have been underreported due to several factors.
This dashboard is an effort to analyze the cumulative data of confirmed, deaths, recovered and active cases over time.
Source Website: Covid19 India API
The dataset apis we used:
- https://api.covid19india.org/csv/latest/state_wise.csv
- https://api.covid19india.org/csv/latest/case_time_series.csv
-
Pre-requisites:
- Python 3.7+ (We used Python 3.9)
- Dependencies from requirements.txt
-
Directions to Install
- Clone this repository
git clone https://github.com/IndraP24/COVID-19-India-Viz.git
- Navigate to this repository, create a Virtual Environment and activate it:
cd path/to/cloned/repo python3 -m venv env source env/bin/activate
- Install the python dependencies from the requirements.txt file:
pip install -r requirements.txt
- Clone this repository
To run the app locally, navigate to the project directory and run the following command:
streamlit run dashboard.py
Indrashis Paul |
Raghav Agarwal |