Palmeter is a Python powered real time hand tracking tool that detect multiple hands and calculate the distance between them.π
Feature | Description |
---|---|
β Multi Hand Detection | Detects two hands in real time using MediaPipe |
π Palm Distance Calculation | Calculates distance between palms |
π― Real Time Display | Dynamically displays distance on the screen |
πΌοΈ Visual Overlays | Draws hand landmarks for better understanding |
π Continuous Tracking | Continuously updates hand positions frame by frame |
β‘ Lightweight Performance | Runs fast even on low spec machines using only CPU |
π§ͺ Easy to Extend | Clean codebase ready for gesture recognition |
Technology | Description |
---|---|
π§ MediaPipe | Hand landmark detection |
π₯ OpenCV | Real time computer vision library |
βοΈ CvZone | Simplifies hand tracking |
π Python 3.x | Programming language |
-
Clone the repository:
git clone https://github.com/KrishBharadwaj5678/Palmeter.git cd Palmeter
-
Install dependencies:
pip install -r requirements.txt
-
Run the script:
python app.py
We welcome contributions to Palmeter!
-
π΄ Fork the repository
-
π₯ Clone your fork
git clone https://github.com/KrishBharadwaj5678/Palmeter.git cd Palmeter
-
πΏ Create a new branch
git checkout -b feature/your-feature-name
-
π οΈ Make your changes
-
β Test your changes
-
πΎ Commit your changes
git add . git commit -m "Add feature XYZ or Fix bug ABC"
-
π Push to your fork
git push origin feature/your-feature-name
-
π¬ Create a Pull Request (PR)
- Go to your fork on GitHub and click Compare & pull request.
- Describe your changes clearly and submit the PR.