This is a small demo of how to create a React app that uses Posenet.
It was made and shared to give developers a quick and out of the box way to start working with realtime skeleton detection in their React projects.
- Webcam Stream
- Single Pose Estimation
These instructions will give you a copy of the project up and running on your local machine for development and testing purposes.
Navigate to the directory you wish to use
git clone https://github.com/bernabranco/react_posenet_demo.git
In the root of the project:
npm i
npm start
Any contribution should be done by opening a Pull Request
See also the list of contributors who participated in this project.
No License, use it as you please ;)