dmacko232 / CovidDashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Covid Dashboard

The goal for this project was to experiment with Dash library in Python to create a simple interactive visualization for Covid data in Europe. The data was used from OurWorldinData.

For more information look into report written in folder report.

Project Structure

  • data - contains prepared data
  • report - contains report for the project
  • scripts - contains scripts, currently only script to prepare data
  • src - source code of web app
  • LICENSE - standard MIT license
  • Procfile - Heroku Procfile
  • execute.sh - executes the app (install requirements and then run app with gunicorn)
  • requirements.txt - requirements for project
  • runtime.txt - specifies Python runtime used (for Heroku)

About

License:MIT License


Languages

Language:Python 98.4%Language:Shell 1.5%Language:Procfile 0.2%