saitzaw / covid-dash

Reporting tool with flask and dash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Brief

  • visualization for the covid-19 virus death toll and infection
  • use the Dash and pandas for data visualization
  • use pagination for reporting data
  • use numpy for some calculation
  • use pandas for data collection
  • can easily test as DEV SERVER
  • Data sets are up to date (in both csv as well as xlsx)

Run an application

  • python run.py (to start the application)
  • show to plot in bar, line and the left are table

DATA RESOURCES

Running

  • please uses the requirements.txt file
  • pip install -r requirements.txt (must use virtual envrionment)
  • python run app.py

Browser

  • use http://localhost:8050 to open the dash
  • if you want to deploy as production server, use uwsgi.py and change some configuration

About

Reporting tool with flask and dash

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 95.0%Language:Python 5.0%