{"id":26707230,"url":"https://github.com/machinelearningprodigy/volume_control_gesture","last_synced_at":"2026-02-25T22:03:48.331Z","repository":{"id":248880251,"uuid":"830064924","full_name":"machinelearningprodigy/Volume_Control_Gesture","owner":"machinelearningprodigy","description":"Volume Control Gesture lets users adjust system volume using hand gestures 🖐️🎚️. It uses OpenCV, MediaPipe, and Pycaw for real-time tracking. Simply move your fingers to increase or decrease the volume! 🔊","archived":false,"fork":false,"pushed_at":"2025-02-16T10:05:11.000Z","size":24,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-01T12:58:27.562Z","etag":null,"topics":["lstm","mediapipe-hands","neural-network","opencv-python","python"],"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/machinelearningprodigy.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}},"created_at":"2024-07-17T14:15:54.000Z","updated_at":"2025-03-28T07:33:36.000Z","dependencies_parsed_at":"2025-03-27T06:38:26.096Z","dependency_job_id":null,"html_url":"https://github.com/machinelearningprodigy/Volume_Control_Gesture","commit_stats":null,"previous_names":["machinelearningprodigy/volume_control_gesture"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/machinelearningprodigy/Volume_Control_Gesture","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/machinelearningprodigy%2FVolume_Control_Gesture","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/machinelearningprodigy%2FVolume_Control_Gesture/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/machinelearningprodigy%2FVolume_Control_Gesture/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/machinelearningprodigy%2FVolume_Control_Gesture/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/machinelearningprodigy","download_url":"https://codeload.github.com/machinelearningprodigy/Volume_Control_Gesture/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/machinelearningprodigy%2FVolume_Control_Gesture/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29842855,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T21:18:31.832Z","status":"ssl_error","status_checked_at":"2026-02-25T21:18:29.265Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["lstm","mediapipe-hands","neural-network","opencv-python","python"],"created_at":"2025-03-27T06:28:12.949Z","updated_at":"2026-02-25T22:03:48.316Z","avatar_url":"https://github.com/machinelearningprodigy.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"🎛️ Volume Control Gesture 🎯\n\nA modern and interactive application that allows users to control the system volume using simple hand gestures. 🖐️🎚️ Built using computer vision techniques with OpenCV and Python, this project leverages hand-tracking to create a seamless and intuitive volume control experience—no more reaching for the volume buttons! 🚀\n\n\n---\n\n🌟 Features\n\n🎥 Real-Time Hand Tracking: Track hand movements in real-time using OpenCV.\n\n🖐️ Gesture-Based Volume Control: Adjust volume by moving your hand closer or farther.\n\n🔊 Dynamic Volume Feedback: Displays the current volume level on the screen.\n\n⚙️ Easy Integration: Simple and lightweight with minimal dependencies.\n\n🎛️ User-Friendly Interface: Clear and intuitive UI for easy operation.\n\n\n\n---\n\n🛠️ Tech Stack\n\n🐍 Python\n\n🎯 OpenCV\n\n🤖 MediaPipe (for hand tracking)\n\n🔊 Pycaw (for volume control)\n\n\n\n---\n\n🚀 Installation\n\n1. Clone the repository:\n\ngit clone https://github.com/machinelearningprodigy/Volume_Control_Gesture.git\ncd Volume_Control_Gesture\n\n\n2. Install dependencies:\n\npip install opencv-python mediapipe pycaw numpy\n\n\n\n\n---\n\n▶️ Usage\n\n1. Run the application:\n\npython volume_control.py\n\n\n2. How it works:\n\nShow your hand 🖐️ in front of the camera.\n\nAdjust volume by moving your thumb and index finger:\n\nBring fingers closer → 🔉 Decrease volume.\n\nMove fingers apart → 🔊 Increase volume.\n\n\nCurrent volume level is displayed in real-time.\n\n\n\n\n\n---\n\n⚙️ Configuration\n\nYou can modify the settings in the code:\n\nCamera Index: Adjust cv2.VideoCapture(0) for external cameras.\n\nVolume Range: Customize the volume limits.\n\n\n\n---\n\n📸 Demo\n\nhttps://github.com/machinelearningprodigy/Volume_Control_Gesture/assets/demo.mp4\n\n\n---\n\n🧠 How It Works\n\n1. Hand Detection: Uses MediaPipe to detect and track hands in real-time.\n\n\n2. Distance Measurement: Calculates the distance between thumb and index finger.\n\n\n3. Volume Adjustment: Maps the distance to system volume using Pycaw.\n\n\n4. Feedback Display: Shows the volume level dynamically on the video feed.\n\n\n\n\n---\n\n💡 Troubleshooting\n\nEnsure the camera is working properly. 🎥\n\nRun the script with Admin permissions if the volume control doesn't work.\n\nUpdate dependencies if the hand-tracking is inaccurate.\n\n\n\n---\n\n🚀 Future Improvements\n\n🤖 Enhanced Gesture Controls: Add play/pause functionality.\n\n🔊 Voice Feedback: Provide audio cues for volume changes.\n\n🧠 AI Integration: Improve hand tracking with AI-based enhancements.\n\n\n\n---\n\n🤝 Contributing\n\nContributions are welcome! 🌱\n\n1. Fork the repo 🍴\n\n\n2. Create a new branch 🌿\n\n\n3. Make your changes 💡\n\n\n4. Submit a pull request 🔔\n\n\n\n\n---\n\n🛡️ License\n\n⚖️ Licensed under the MIT License.\n\n\n---\n\n🎯 Acknowledgments\n\nSpecial thanks to the developers of OpenCV, MediaPipe, and Pycaw for their amazing libraries. 🙌\n\n\n---\n\n🔍 Let's make interaction with computers more intuitive! 🌐🚀\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmachinelearningprodigy%2Fvolume_control_gesture","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmachinelearningprodigy%2Fvolume_control_gesture","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmachinelearningprodigy%2Fvolume_control_gesture/lists"}