Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 604 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 604 Bytes

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