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
First install project dependencies
npm install
Then run the application
npx http-server
The server is running on : http://localhost:8080