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

https://github.com/luiskisters/hand-recognition

Real-time hand tracking with gesture recognition using MediaPipe and OpenCV.
https://github.com/luiskisters/hand-recognition

hand-tracking mediapipe opencv

Last synced: 8 months ago
JSON representation

Real-time hand tracking with gesture recognition using MediaPipe and OpenCV.

Awesome Lists containing this project

README

          

# Hand-Recognition

This project implements real-time hand tracking and gesture recognition using [MediaPipe](https://google.github.io/mediapipe/) and OpenCV.
It was originally based on [this tutorial video](https://www.youtube.com/watch?v=vQZ4IvB07ec) by Nicholas Renotte.

## 🔧 Installation

To install all required dependencies, run:

```bash
pip install -r requirements.txt
```

## 🚀 Usage

* `hand_tracking_min_code.py`
Tracks and visualizes hand landmarks in a real-time webcam feed.

* `hand_tracking_two_fingers_touch.py`
Detects when the thumb and index finger are touching and prints `True` when they do