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.
- Host: GitHub
- URL: https://github.com/krishbharadwaj5678/handtrackpy
- Owner: KrishBharadwaj5678
- Created: 2025-02-19T11:38:16.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-05-11T11:55:21.000Z (5 months ago)
- Last Synced: 2025-05-11T12:32:45.225Z (5 months ago)
- Topics: handtracking, mediapipe, opencv, python
- Language: Python
- Homepage:
- Size: 288 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

## ✨ 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!