This is a webapp made with ReactJS, it uses TensorlflowJS and its models for hand and finger recognition.
The Handpose model is used to detect the hand and provide different landmarks that it recognizes.
The Fingerpose models recognizes different hand gestures and does things accordingly.
- Go to this link https://fazer1929.github.io/magic-fingers/
- Or, Install it locally
- Clone The Repository
- After entring the project folder run,
npm install
- After it completes installation run,
npm start
- Lastly open the browser and go to localhost:3000