https://github.com/capjamesg/hand-pose-detection
Experiments with hand pose detection in Tensorflow.js.
https://github.com/capjamesg/hand-pose-detection
gesture-recognition pose-detection tensorflow-js tfjs
Last synced: 4 months ago
JSON representation
Experiments with hand pose detection in Tensorflow.js.
- Host: GitHub
- URL: https://github.com/capjamesg/hand-pose-detection
- Owner: capjamesg
- License: mit
- Created: 2023-09-30T09:22:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-30T21:04:52.000Z (over 2 years ago)
- Last Synced: 2026-01-29T02:32:58.105Z (4 months ago)
- Topics: gesture-recognition, pose-detection, tensorflow-js, tfjs
- Language: HTML
- Homepage: https://capjamesg.github.io/hand-pose-detection/pose.html
- Size: 1.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hand Pose Detection ✋
Experiments with hand pose detection in Tensorflow.js.

## How to Install
First, clone the project repository:
```
git clone https://github.com/capjamesg/hand-pose-detection
```
Then, open the `pose.html` file in your browser.
See the supported actions below for guidance on what you can do with the app.
## Supported Actions 👍
The following hand gestures are recognized:
1. **Thumbs up**: Make a thumbs up emoji appear.
2. **Thumbs down**: Make a thumbs down emoji appear.
3. **Open palm**: Make an open palm then move your palm down to scroll down and up to scroll up. If your move your hand closer to the screen, the page background will turn green. If you move your hand further away from the screen, the page background will turn lavender.
4. **Fist**: Make a fist emoji appear.
## License
This project is licensed under an [MIT license](LICENSE).