https://github.com/luisbarrancos/dashapps
Python Dash/Plotly dashboards for life expectancy, quality of life data exploration and social media interaction.
https://github.com/luisbarrancos/dashapps
dash dashboard data-science database dataviz heroku-deployment lifeexpectancy pandas plotly plotly-dash python3
Last synced: 3 months ago
JSON representation
Python Dash/Plotly dashboards for life expectancy, quality of life data exploration and social media interaction.
- Host: GitHub
- URL: https://github.com/luisbarrancos/dashapps
- Owner: luisbarrancos
- License: gpl-3.0
- Created: 2021-12-04T18:57:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-12T11:17:52.000Z (over 4 years ago)
- Last Synced: 2025-07-03T20:50:22.166Z (about 1 year ago)
- Topics: dash, dashboard, data-science, database, dataviz, heroku-deployment, lifeexpectancy, pandas, plotly, plotly-dash, python3
- Language: Jupyter Notebook
- Homepage: https://datavizmultlab.herokuapp.com/
- Size: 38.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Authors: AUTHORS.md
Awesome Lists containing this project
README
## Install
### Setup your virtual environment, Python 3.8.10+
```bash
python3 -m virtualvenv venv
cd venv
source bin/env
pip3 install -r requirements.txt
```
Then run the index.py application
```bash
python3 index.py
```
Point your browser to ```localhost:8050```, the default DASH server settings, and you should see it.
The application is [live on Heroku](https://datavizmultlab.herokuapp.com/)
## Author
Luis Barrancos
*(source code, Jupyter Lab notebooks)*
## Data Sources
* [World Health Organization data](https://www.who.int/data/gho/data/indicators/indicator-details/GHO/life-expectancy-at-birth-(years))
* [United Nations data](https://data.un.org/Default.aspx)
* [World Bank DataBank](https://databank.worldbank.org/home.aspx)
* [Our World In Data](https://ourworldindata.org/life-expectancy)
### Credits
Afonso Lopes, Bruno Mascarenhas, Joáo Cardielos for the project video, audio.
Gabriel Chavarry for inspiration in his related Unity work.