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
We welcome contributions!π
-
Fork the Repository:π΄
-
Clone Your Fork:π»
git clone https://github.com/KrishBharadwaj5678/HandDetection.git cd HandDetection
-
Create a New Branch:π±
git checkout -b your-feature-branch
-
Make Changes:βοΈ
-
Commit Your Changes:π₯
git add . git commit -m "Describe what you changed"
-
Push to Your Fork:β¬οΈ
git push origin your-feature-branch
-
Create a Pull Request:π
- Navigate to the original repository and click on the Compare & Pull Request.
- Provide a description of your changes and submit the pull request.