Skip to content

alanchn31/Coronavirus-Streamlit-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:
pip install -r requirements.txt
  • To run locally, run command in the project folder:
streamlit run main.py 
  • Alternatively, build and run a docker image from the Dockerfile provided.