Skip to content

Explore diseases through the Streamlit application, using Pandas and Plotly.

License

Notifications You must be signed in to change notification settings

caly-pso/disease_dashboard_app

Repository files navigation

Header Banner

Disease Dashboard and Analysis

GitHub pull requests GitHub GitHub last commit GitHub issues GitHub pull requests

TL;DR

Vizualizing diseases across the US and also the spread of COVID-19.


Table of contents


Background

Skills Skills Skills

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.


Preview

Streamlit App

COVID Dashboard


Installation

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

License

MIT Public License


Visit My Other Projects


Contact Me

Footer