/Covid_Dashboard

A dashboard for analysis of the spread of covid in India

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Covid Dashboard on Streamlit

This is a covid data visualization dashboard created using streamlit. The purpose behind it is to present a possible use case of streamlit.

The data used is collected by Covid19India.org and I lay no claim to the data's ownership and authenticity.

Usage

Clone the repository

git clone https://github.com/vatch123/Covid_Dashboard

Go to the directory

cd Covid_Dashboard

Install the dependencies

pip install -r requirements.txt

Go to source directory

cd src

Run the app

streamlit run app.py