Skip to content

vatch123/Covid_Dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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