{"id":26296203,"url":"https://github.com/rohancyberops/hand-detection-tool","last_synced_at":"2025-03-15T04:17:15.569Z","repository":{"id":259712769,"uuid":"879260391","full_name":"RohanCyberOps/Hand-Detection-Tool","owner":"RohanCyberOps","description":"This application leverages the power of MediaPipe and OpenCV to recognize hand gestures in real-time through your webcam. It's a fun and interactive way to explore hand tracking technology and can be used for various applications, from gaming to virtual interfaces.","archived":false,"fork":false,"pushed_at":"2025-02-25T16:13:09.000Z","size":41,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-10T19:51:28.521Z","etag":null,"topics":["awesome","cv2-library","handgesture-recognition","mediapipe","opencv","opencv-python","python","trending"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RohanCyberOps.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"chrohangurjar1"}},"created_at":"2024-10-27T12:49:21.000Z","updated_at":"2025-02-27T15:58:17.000Z","dependencies_parsed_at":"2024-10-27T14:28:02.567Z","dependency_job_id":"47be0dcd-c038-4f80-b372-d0ebfcdeca76","html_url":"https://github.com/RohanCyberOps/Hand-Detection-Tool","commit_stats":null,"previous_names":["chrohangurjar1/hand-detection-tool","chrohangurjar/hand-detection-tool","rohancyberops/hand-detection-tool"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohanCyberOps%2FHand-Detection-Tool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohanCyberOps%2FHand-Detection-Tool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohanCyberOps%2FHand-Detection-Tool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohanCyberOps%2FHand-Detection-Tool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RohanCyberOps","download_url":"https://codeload.github.com/RohanCyberOps/Hand-Detection-Tool/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243681043,"owners_count":20330155,"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":["awesome","cv2-library","handgesture-recognition","mediapipe","opencv","opencv-python","python","trending"],"created_at":"2025-03-15T04:17:14.734Z","updated_at":"2025-03-15T04:17:15.562Z","avatar_url":"https://github.com/RohanCyberOps.png","language":"Python","funding_links":["https://github.com/sponsors/chrohangurjar1"],"categories":[],"sub_categories":[],"readme":"\n# 🤚 Hand Gesture Detection using MediaPipe\n\nWelcome to the **Hand Gesture Detection** project! This application leverages the power of MediaPipe and OpenCV to recognize hand gestures in real-time through your webcam. It's a fun and interactive way to explore hand tracking technology and can be used for various applications, from gaming to virtual interfaces.\n\n## 📸 Demo\n\n![Demo of Hand Gesture Detection](assets/OIP.jpeg)  \n*Watch how the system detects hand landmarks in real-time!*\n\n## 🚀 Features\n\n- **Real-Time Detection**: Detects and visualizes hand landmarks in real-time using your webcam.\n- **User-Friendly Interface**: Simple display with clear visual feedback.\n- **Hands-Free Control**: Potential applications for gesture-based control systems.\n\n## 🛠️ Requirements\n\nTo run this project, you will need:\n\n- Python 3.x\n- OpenCV\n- MediaPipe\n\n## 📥 Installation\n\n1. **Clone the repository**:\n\n   ```bash\n   git clone https://github.com/RohanCyberOps/hand-gesture-detection.git\n   cd hand-gesture-detection\n   ```\n\n2. **Set up a virtual environment** (optional but recommended):\n\n   ```bash\n   python -m venv .venv\n   source .venv/bin/activate  # On Windows use `.venv\\Scripts\\activate`\n   ```\n\n3. **Install dependencies**:\n\n   ```bash\n   pip install opencv-python mediapipe\n   ```\n\n## 🚀 Running the Project\n\nTo run the hand gesture detection application, use the following command:\n\n```bash\npython main.py\n```\n\n- **Press 'q'** to exit the program.\n\n## 🎨 Code Overview\n\nThis project utilizes the following key components:\n\n- **MediaPipe Hands**: For detecting and tracking hand landmarks.\n- **OpenCV**: For capturing video from the webcam and displaying the output.\n\n\n## 🐛 Issues\n\nIf you encounter any issues while using the application, please check the [Issues](https://github.com/RohanCyberOps/hand-gesture-detection/issues) section or feel free to create a new issue.\n\n## 🌟 Contributors\n\nWe want to give a huge shoutout to everyone who has contributed to the project! 🙌 Your hard work and dedication help make this app better every day. 💪\n\n\u003ca href=\"https://github.com/Rohancyberops/Hand-Dectection-Tool/graphs/contributors\"\u003e\n  \u003cimg alt=\"Hand-Dectection-Tool contributors\" height='48' src=\"https://contrib.rocks/image?repo=RohanCyberOps/Hand-Dectection-Tool\u0026columns=24\" /\u003e\n\u003c/a\u003e\n\n🎉 Thank you all for your amazing contributions! Let's keep building together. 🚀\n\n\n## 📄 License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## 📫 Contact\n\nFor any inquiries, please contact:\n\n- **Your Name**: [your.email@example.com](mailto:your.email@example.com)\n- **GitHub**: [Rohan Naagar](https://github.com/RohanCyberOps)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohancyberops%2Fhand-detection-tool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frohancyberops%2Fhand-detection-tool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohancyberops%2Fhand-detection-tool/lists"}