The website in English: https://geomich.github.io/covid_cyprus/covid_cy_report.html
The website in Greek: https://geomich.github.io/covid_cyprus/covid_cy_report_gr.html
Same data displayed in a Tableau Dashboard: https://public.tableau.com/app/profile/georgios.michail/viz/Covid-19CyprusStatistics/Dashboard1
Here I am using data from the Cyprus Ministry of Health to create some interactive plots that allow a quick & comprehensive overview of the status of the COVID-19 pandemic in Cyprus.
The graphs are updated every day based on the latest announcements of the ministry.
python3 -m venv cvd
source cvd/bin/activate
pip install -r requirements.txt
cd code
python main.py
