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/Desktop
Initalize git
git init
Clone the repo
git clone https://github.com/caly-pso/disease_dashboard_app.git
Move into the project root folder
cd disease_dashboard_app
Create virtual environment
python -m venv .venv
Activate the environment
source .venv/bin/activate
Install the requirements
pip install -r requirements.txt
Run the application locally
streamlit run disease_dashboard.py