luisbarrancos / dashapps

Python Dash/Plotly dashboards for life expectancy, quality of life data exploration and social media interaction.

Home Page:https://datavizmultlab.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install

Setup your virtual environment, Python 3.8.10+

python3 -m virtualvenv venv
cd venv
source bin/env
pip3 install -r requirements.txt

Then run the index.py application

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

Author

Luis Barrancos (source code, Jupyter Lab notebooks)

Data Sources

Credits

Afonso Lopes, Bruno Mascarenhas, Joáo Cardielos for the project video, audio. Gabriel Chavarry for inspiration in his related Unity work.

About

Python Dash/Plotly dashboards for life expectancy, quality of life data exploration and social media interaction.

https://datavizmultlab.herokuapp.com/

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 97.7%Language:Python 2.1%Language:CSS 0.1%