Skip to content

tiffanalin/dashboardteam5

Repository files navigation

dashboardteam5

Open Source Covid Dashboard

The dashboard presents the latest statistics on confirmed cases and deaths in countries around the world. Users can view charts and graphs that illustrate trends over time and compare different countries' experiences with the pandemic.

Team: Mari, Hala, Tiffany

Setup instructions:

  1. Clone the repository
  2. Open terminal and go to the directory of the project repository.
  3. Inside your project repository, create a virtual environment with the Python venv module:

python -m venv env

  1. Now activate your virtual environment:

source env/bin/activate

  1. Install dependencies in your virtual environment (activated) with the command:

python -m pip install -r requirements.txt

Data Source

We will use Our World in Data Covid-19 data for all countries in the world: https://github.com/owid/covid-19-data

CSV file here: https://raw.githubusercontent.com/owid/covid-19-data/master/public/data/owid-covid-data.csv

Streamlit

Link to Streamlit Cloud: https://docs.streamlit.io/streamlit-community-cloud

Link to Streamlit App:

https://tiffanalin-dashboardteam5-covid-dashboard-oatsmc.streamlit.app/

How to run the dashboard locally

Use this commands to install Streamlit: pip install streamlit

You should be able to run: streamlit hello

Run project with this command: streamlit run covid_dashboard.py

Code Archive at Software Heritage

SWH

About

Open source dashboarding project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages