Skip to content

Palmeter is a real time hand tracking tool which detect multiple hands and measure the distance between them.

Notifications You must be signed in to change notification settings

KrishBharadwaj5678/Palmeter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

✋ Palmeter

Palmeter is a Python powered real time hand tracking tool that detect multiple hands and calculate the distance between them.📏

PalmeterDemo


🌟 Features

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

🛠️ Tech Stack

Technology Description
🧠 MediaPipe Hand landmark detection
🎥 OpenCV Real time computer vision library
⚙️ CvZone Simplifies hand tracking
🐍 Python 3.x Programming language

🚀 Installation

  1. Clone the repository:

    git clone https://github.com/KrishBharadwaj5678/Palmeter.git
    cd Palmeter
  2. Install dependencies:

    pip install -r requirements.txt
  3. Run the script:

    python app.py

🤝 Contributing

We welcome contributions to Palmeter!

  1. 🍴 Fork the repository

  2. 📥 Clone your fork

    git clone https://github.com/KrishBharadwaj5678/Palmeter.git
    cd Palmeter
  3. 🌿 Create a new branch

    git checkout -b feature/your-feature-name
  4. 🛠️ Make your changes

  5. ✅ Test your changes

  6. 💾 Commit your changes

    git add .
    git commit -m "Add feature XYZ or Fix bug ABC"
  7. 🚀 Push to your fork

    git push origin feature/your-feature-name
  8. 📬 Create a Pull Request (PR)

    • Go to your fork on GitHub and click Compare & pull request.
    • Describe your changes clearly and submit the PR.

About

Palmeter is a real time hand tracking tool which detect multiple hands and measure the distance between them.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages