HandDetection is a Python script that detects hands in real time, draws landmarks, and performs hand classification.
| Feature | Description |
|---|---|
| β Real time hand tracking | Detects hands in live video feed. |
| π§ Hand classification | Classifies whether the detected hand is left or right. |
| ποΈ Landmark visualization | Draws landmarks on the hand. |
| π Fast and efficient | Uses MediaPipe for optimal speed and performance. |
| π₯ Works with any webcam | Compatible with any standard webcam. |
| Technology | Description |
|---|---|
| π Python | Scripting language used for development. |
| π§° OpenCV | Library used for video processing. |
| πͺ MediaPipe | Framework for hand tracking and landmark detection. |
| π§© CVZone | Library used for drawing landmarks and overlays. |
-
Clone the repository:
git clone https://github.com/KrishBharadwaj5678/HandDetection.git cd HandDetection -
Install the required libraries:
pip install -r requirements.txt
-
To run the script:
python app.py
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.
