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
Luis Barrancos (source code, Jupyter Lab notebooks)
Afonso Lopes, Bruno Mascarenhas, Joáo Cardielos for the project video, audio. Gabriel Chavarry for inspiration in his related Unity work.