See TP instructions in the ./TP_Instructions folder Or here
The purpose of this project is to control music thanks to hand gestures. Close hand : Music stops Open hand : Music starts
It is based on the tensorflow model : handpose
You need to get node and npm installed in your computer Docker if you consider using docker to run the project
First install project dependencies
npm installThen run the application
cd ./app
npx http-serverThe server is running on : http://localhost:8080
Be aware of disabling cache in Chrome : Dev tools/Network/Disable Cache
cd docker
/bin/bash ./launch_app.shThe server is running on : http://localhost:8080
Be aware of disabling cache in Chrome : Dev tools/Network/Disable Cache
/bin/bash ./stop_app.sh