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
- Clone the repository
- Open terminal and go to the directory of the project repository.
- Inside your project repository, create a virtual environment with the Python venv module:
python -m venv env
- Now activate your virtual environment:
source env/bin/activate
- Install dependencies in your virtual environment (activated) with the command:
python -m pip install -r requirements.txt
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
Link to Streamlit Cloud: https://docs.streamlit.io/streamlit-community-cloud
Link to Streamlit App:
https://tiffanalin-dashboardteam5-covid-dashboard-oatsmc.streamlit.app/
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