Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 596 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 596 Bytes

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.