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.
| Feature | Description |
|---|---|
| 🎥 Real-Time Hand Tracking | Detect and track hands in real time using webcam input. |
| ✋ Multi-Hand Support | Supports detection of multiple hands simultaneously. |
| ⏳ FPS Display | Shows Frames Per Second for performance monitoring. |
| 🖐️ Landmark Detection | Detects finger and palm landmarks for gesture recognition. |
| ⚡ Lightweight | Easy to integrate into other Python projects. |
| 🛠️ Customizable | Can be adapted for various gesture-based applications. |
-
Clone the repo:
git clone https://github.com/KrishBharadwaj5678/HandTrackPy.git cd HandTrackPy -
Install dependencies:
pip install -r requirements.txt
Want to contribute? Here's how:
- 🍴 Fork the repository.
- 🌿 Create a new branch (
git checkout -b feature-name). - ✍️ Make your changes and commit them (
git commit -am 'Add feature-name'). - 🚀 Push to your branch (
git push origin feature-name). - 🔄 Submit a pull request to merge into the main branch.