Skip to content

stefanospin7/Progetto_Bioinfo_PLP

Repository files navigation

dataScraper

COVVID - A COVID-19 dashboard

Live app on Heroku

This is a web app, developed with Dash interactive Python framework, to analize COVID-19 data from OWID - Our World in Data dataset.

OWID - Our World In Data

Getting Started

Running the app locally

First create a virtual environment with conda or venv inside a temp folder, then activate it.

virtualenv venv

# Windows
venv\Scripts\activate
# Or Linux
source venv/bin/activate

Clone the git repo, then install the requirements with pip


git clone https://github.com/stefanospin7/Progetto_Bioinfo_PLP
pip install -r requirements.txt

Run the app


python main.py

About the app

This Dash app get and visualize data about COVID-19 pandemic from OWID - Our world in data dataset

Built With

  • Dash - Main server and interactive components
  • Plotly Python - Used to create the interactive plots

Screenshots

The following are screenshots for the app in this repo:

Screenshot1

Screenshot2

Screenshot3

Credits

University course project

MSc in Bioinformatics, University of Tor Vergata, Rome, Italy

Students:

  • Manfredo Aristide Fraccola
  • Sara Giordani
  • Andrea Misiti
  • Alessandro Pucci
  • Angela Sangiorgio
  • Stefano Spinelli
  • Gaia Tomei