Skip to content

AlcHawk/dashcovid19

Repository files navigation

dash-multipage-report

License: MIT made-with-plotly-dash GitHub Release

dashcovid19 Downloads Maintenance

COVID-19 Multipage Report

Table of Content

Rerport Contents

First Page

  • The latest press from TW CDC (中央疫情指揮中心 最新新聞稿)

Second Page

  • Confirmed Cases Trend of Newly Added and Cumulated in TW (個案確診人數以新增及累積人數趨勢圖)
  • Frequency of Sources of Confirmed Cases in TW (個案確診來源分佈)

Third Page

Fourth Page

System

Requirements

  • Python 3.7

How to run this app

To run first create a virtual environment for running this app with Python 3. Clone this repository and open your terminal/command prompt in the root folder.

git clone https://github.com/AlcHawk/dashcovid19
cd dashcovid19
python3 -m virtualenv venv

In Unix system:

source venv/bin/activate

In Windows:

venv\Scripts\activate

Install all required packages by running:

pip install -r requirements.txt

Run this app locally with:

python app.py

Resources