Vizualizing diseases across the US and also the spread of COVID-19.
- Disease Dashboard and Analysis
- TL;DR
- Table of contents
- Background
- Preview
- Installation
- License
- Visit My Other Projects
- Contact Me
Utilizing the data from the New York Times, I have created an interactive display of this data.
Written in Python, this app uses Streamlit and Pandas to vizualize the data, and show trends over time.
Navigate to the folder you wish to use
cd Users/me/DesktopInitalize git
git initClone the repo
git clone https://github.com/caly-pso/disease_dashboard_app.gitMove into the project root folder
cd disease_dashboard_appCreate virtual environment
python -m venv .venvActivate the environment
source .venv/bin/activateInstall the requirements
pip install -r requirements.txtRun the application locally
streamlit run disease_dashboard.py


