Skip to content

Latest commit

 

History

History
63 lines (44 loc) · 4.45 KB

README.md

File metadata and controls

63 lines (44 loc) · 4.45 KB

COVID-19-India-Viz

UI Streamlit App

Overview

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.

Datasets used

Source Website: Covid19 India API

The dataset apis we used:

Requirement

  • 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

Usage

To run the app locally, navigate to the project directory and run the following command:

streamlit run dashboard.py

Contributors

Indrashis Paul
Raghav Agarwal