This program relies on fingerpose developed by Andreas Schallwig using tensorflow-js handpose model.
- Python 3
- Some python packages (To install them try running
pip install -r requeriments.txt
)
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.