项目作者: alanchn31

项目描述 :
Coronavirus Live Dashboard
高级语言: Python
项目地址: git://github.com/alanchn31/Coronavirus-Streamlit-App.git
创建时间: 2020-04-14T08:12:42Z
项目社区:https://github.com/alanchn31/Coronavirus-Streamlit-App

开源协议:

下载


Description


  • This is a dashboard that pulls data about coronavirus realtime.
  • There are 3 components to this dashboard:
  1. Pick the date where you want to analyze the coronavirus data:
    Calendar
    There are captions below that provide the number of new cases and deaths globally for the selected date.

  2. It provides the top 10 countries by new cases of coronavirus globally:
    Top 10 Countries

  3. There is a choropleth map, showing the number of new cases and number of new deaths in each country.
    Choropleth Map

Running the app:


  • Note that streamlit must be installed. If you are running locally, run this command in project folder:
    1. pip install -r requirements.txt
  • To run locally, run command in the project folder:
    1. streamlit run main.py
  • Alternatively, build and run a docker image from the Dockerfile provided.