https://github.com/c1m50c/hand-tracker
Python program for tracking hands within a video feed. Uses OpenCV & Google MediaPipe.
https://github.com/c1m50c/hand-tracker
google-mediapipe hand-tracker hand-tracking mediapipe mit-license opencv python python3
Last synced: 2 months ago
JSON representation
Python program for tracking hands within a video feed. Uses OpenCV & Google MediaPipe.
- Host: GitHub
- URL: https://github.com/c1m50c/hand-tracker
- Owner: c1m50c
- License: mit
- Created: 2021-11-11T22:13:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-12T23:48:17.000Z (over 3 years ago)
- Last Synced: 2025-01-19T16:45:47.211Z (4 months ago)
- Topics: google-mediapipe, hand-tracker, hand-tracking, mediapipe, mit-license, opencv, python, python3
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **hand-tracker**
Python program for tracking hands within a video feed. Uses OpenCV & Google MediaPipe.## **Running**
```bash
$ cd hand-tracker
$ python3 src/main.py
```