Kieran7741 / covid_dashboard

Data analysis carried out using Plotly Dash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Covid 19 Dashboard

Dashboard built using Dash, a Python framework for building interactive dashboards.

Launch Dashboard

  • First install all requirements
# Optionally create a virtual enviornment 
python3.7 -m venv .env
source .env/bin/activate

# Required: Install all required modules
pip install -r requirements.txt
  • Run the Dashboard
# Launch dashboard on localhost:8050
python app.py

Example view of Dashboard

About

Data analysis carried out using Plotly Dash


Languages

Language:Python 100.0%