fpervaiz / UniversityOfCambridge-COVID-19-Dashboard

A simple dashboard for tracking weekly case and testing data from the University of Cambridge testing programmes for students and staff. Built with Plotly Dash.

Home Page:http://www.camcovid.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

University Of Cambridge COVID-19 Dashboard

Website: camcovid.xyz

Description

A simple dashboard for tracking weekly case and testing data from the University of Cambridge asymptomatic and symptomatic testing programmes for students and staff.

Note: this is not an official University dashboard. It is a student project.

Development

Requires Python 3.7+.

git clone https://github.com/fpervaiz/UniversityOfCambridge-COVID-19-Dashboard.git
cd UniversityOfCambridge-COVID-19-Dashboard
py -3 -m venv .venv
pip install -r requirements.txt
set FLASK_ENV=development
python app.py

About

A simple dashboard for tracking weekly case and testing data from the University of Cambridge testing programmes for students and staff. Built with Plotly Dash.

http://www.camcovid.xyz

License:GNU General Public License v3.0


Languages

Language:Python 99.1%Language:CSS 0.9%