Skip to content

r-bbn/handpose_TP_SFFS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Handpose Application

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

Get started

You need to get node and npm installed in your computer Docker if you consider using docker to run the project

Using http-server

First install project dependencies

npm install

Then run the application

cd ./app
npx http-server

The server is running on : http://localhost:8080

Be aware of disabling cache in Chrome : Dev tools/Network/Disable Cache

Using docker

Build image & launch app :

cd docker
/bin/bash ./launch_app.sh

The server is running on : http://localhost:8080

Be aware of disabling cache in Chrome : Dev tools/Network/Disable Cache

Remove container and image

/bin/bash ./stop_app.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors