An open API service indexing awesome lists of open source software.

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.

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
```