Skip to content

Basic flask web for triggering anything from python using hand gestures

License

Notifications You must be signed in to change notification settings

mathigatti/GesturesController

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gestures Controller

This program relies on fingerpose developed by Andreas Schallwig using tensorflow-js handpose model.

Requirements

  • Python 3
  • Some python packages (To install them try running pip install -r requeriments.txt)

Running it

flask run --host=0.0.0.0 --port=8080

Once it's running you should be able to access http://localhost:8080/ and see the webcam running and identifying your hand.

About

Basic flask web for triggering anything from python using hand gestures

Topics

Resources

License

Stars

Watchers

Forks