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

https://github.com/krishbharadwaj5678/handtrackpy

HandTrackPy is a real-time hand tracking which detects and tracks multiple hands, providing key landmarks for gesture recognition and interactive applications.
https://github.com/krishbharadwaj5678/handtrackpy

handtracking mediapipe opencv python

Last synced: 4 months ago
JSON representation

HandTrackPy is a real-time hand tracking which detects and tracks multiple hands, providing key landmarks for gesture recognition and interactive applications.

Awesome Lists containing this project

README

          

# ✋ HandTrackPy

HandTrackPy is a Python script that uses computer vision to detect and track hands in real-time. This project leverages OpenCV and MediaPipe to provide efficient and accurate hand tracking.

![Hand Tracking](https://github.com/KrishBharadwaj5678/HandTrackPy/blob/main/HandTracking.png?raw=true)

## ✨ Features
- 🎥 Real-time hand detection and tracking
- ✋ Multi-hand support
- ⏳ Displays FPS (Frames Per Second) for performance monitoring
- 🖐️ Finger and palm landmark detection
- ⚡ Lightweight and easy to integrate into projects
- 🛠️ Customizable for gesture-based applications

## 📥 Installation

```bash
pip install opencv-python mediapipe
```

## 🚀 Usage

### Clone the repository
```bash
git clone https://github.com/KrishBharadwaj5678/HandTrackPy.git
```

### Run the script
```bash
python app.py
```

## 🛠️ How It Works
The script utilizes **MediaPipe Hands**, a deep-learning-based solution for hand tracking, to detect and analyze hand landmarks in real-time.

## 🤝 Contributing
Feel free to fork the repository and submit pull requests to improve HandTrackPy!