Skip to content

shriniwas26/COVID-19-Dashboard-for-the-Netherlands

Repository files navigation

Project Title

Visualization of COVID-19 data in the Netherlands.

Description

This respository is built to analyze/visualize COVID-19 related data. The dashboard is hosted HERE.

Getting Started

Dependencies

  • Should work on any OS, but I've only tested on MacOS(11.6) and Ubuntu (20.04).
  • Python 3.8
  • Anaconda (pip might work as well)

Installing

  • Clone the repo

  • Create a conda environment & activate it

    conda create --name dashboards-env python=3.8
    conda activate dashboards-env
    
  • Install requirements

    conda install -c conda-forge --file requirements.txt
    

Executing program

  • Change to the project directory.
  • Run in deployment
    gunicorn --bind 127.0.0.1:5005 covid-dashboard-nl:server
    
  • Run for development (for auto-reloading on source change)
    python3 covid-dashboard-nl.py
    
  • Update to the latest data, as published by RIVM
    python3 update_data.py
    

Todos

  • Add deployment instructions.

Help

  • If you find any issues please open an issue on GitHub.
  • Of course, any suggestions and/or feedback is always welcome. Please contact me here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published