{"id":28762217,"url":"https://github.com/krishbharadwaj5678/palmeter","last_synced_at":"2026-05-10T07:32:58.894Z","repository":{"id":296739007,"uuid":"994317060","full_name":"KrishBharadwaj5678/Palmeter","owner":"KrishBharadwaj5678","description":"Palmeter is a real time hand tracking tool which detect multiple hands and measure the distance between them.","archived":false,"fork":false,"pushed_at":"2025-06-01T18:09:37.000Z","size":30808,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-17T08:07:28.890Z","etag":null,"topics":["computer-vision","cv2","cvzone","distance-calculation","gesture-recognition","hand-detection","hand-tracking","measurement","mediapipe","opencv","python","real-time","realtime-processing","tracking"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KrishBharadwaj5678.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-01T17:23:26.000Z","updated_at":"2025-06-01T18:09:40.000Z","dependencies_parsed_at":"2025-06-02T03:41:56.394Z","dependency_job_id":"05cd21c4-5d27-4d4e-97ad-fa3aa6a8a0b1","html_url":"https://github.com/KrishBharadwaj5678/Palmeter","commit_stats":null,"previous_names":["krishbharadwaj5678/palmeter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KrishBharadwaj5678/Palmeter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KrishBharadwaj5678%2FPalmeter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KrishBharadwaj5678%2FPalmeter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KrishBharadwaj5678%2FPalmeter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KrishBharadwaj5678%2FPalmeter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KrishBharadwaj5678","download_url":"https://codeload.github.com/KrishBharadwaj5678/Palmeter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KrishBharadwaj5678%2FPalmeter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260318706,"owners_count":22991120,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["computer-vision","cv2","cvzone","distance-calculation","gesture-recognition","hand-detection","hand-tracking","measurement","mediapipe","opencv","python","real-time","realtime-processing","tracking"],"created_at":"2025-06-17T08:07:28.758Z","updated_at":"2026-05-10T07:32:58.862Z","avatar_url":"https://github.com/KrishBharadwaj5678.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ✋ Palmeter\n\n**Palmeter** is a Python powered real time hand tracking tool that detect multiple hands and calculate the **distance between them**.📏\n\n![PalmeterDemo](https://github.com/KrishBharadwaj5678/Palmeter/raw/main/PalmeterDemo.png)\n\n---\n\n## 🌟 Features\n\n| Feature                          | Description                                                                 |\n|----------------------------------|-----------------------------------------------------------------------------|\n| ✋ Multi Hand Detection           | Detects **two hands** in real time using MediaPipe                          |\n| 📏 Palm Distance Calculation     | Calculates **distance between palms**                                       |\n| 🎯 Real Time Display             | Dynamically displays distance on the screen                                |\n| 🖼️ Visual Overlays               | Draws hand landmarks for better understanding                              |\n| 🔁 Continuous Tracking           | Continuously updates hand positions frame by frame                         |\n| ⚡ Lightweight Performance       | Runs fast even on low spec machines using only CPU                         |\n| 🧪 Easy to Extend                | Clean codebase ready for gesture recognition                               |\n\n---\n\n\n## 🛠️ Tech Stack\n\n| Technology         | Description                                                         |\n| ------------------ | ------------------------------------------------------------------- | \n| 🧠 MediaPipe       | Hand landmark detection                                             | \n| 🎥 OpenCV          | Real time computer vision library                                   | \n| ⚙️ CvZone          | Simplifies hand tracking                                            |\n| 🐍 Python 3.x      | Programming language                                                | \n\n---\n\n## 🚀 Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/KrishBharadwaj5678/Palmeter.git\n   cd Palmeter\n   ````\n\n2. Install dependencies:\n\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n3. Run the script:\n\n   ```bash\n   python app.py\n   ```\n\n---\n\n## 🤝 Contributing\n\nWe welcome contributions to **Palmeter**!\n\n1. **🍴 Fork the repository**\n\n2. **📥 Clone your fork**\n\n   ```bash\n   git clone https://github.com/KrishBharadwaj5678/Palmeter.git\n   cd Palmeter\n   ```\n\n3. **🌿 Create a new branch**\n\n   ```bash\n   git checkout -b feature/your-feature-name\n   ```\n\n4. **🛠️ Make your changes**\n\n5. **✅ Test your changes**\n\n6. **💾 Commit your changes**\n\n   ```bash\n   git add .\n   git commit -m \"Add feature XYZ or Fix bug ABC\"\n   ```\n\n7. **🚀 Push to your fork**\n\n   ```bash\n   git push origin feature/your-feature-name\n   ```\n\n8. **📬 Create a Pull Request (PR)**\n    - Go to your fork on GitHub and click **Compare \u0026 pull** request.\n    - Describe your changes clearly and submit the PR.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrishbharadwaj5678%2Fpalmeter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrishbharadwaj5678%2Fpalmeter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrishbharadwaj5678%2Fpalmeter/lists"}