{"id":28823502,"url":"https://github.com/borys35/hand-gestures","last_synced_at":"2026-05-07T18:13:36.170Z","repository":{"id":287546073,"uuid":"964796456","full_name":"Borys35/hand-gestures","owner":"Borys35","description":"Control your music player using your own hand!","archived":false,"fork":false,"pushed_at":"2025-04-22T14:30:01.000Z","size":9904,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-22T15:38:32.259Z","etag":null,"topics":["computer-vision","mediapipe","opencv","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/Borys35.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-04-11T19:56:37.000Z","updated_at":"2025-04-22T14:30:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"f570a28a-c146-4919-8baf-bcd55a2914ab","html_url":"https://github.com/Borys35/hand-gestures","commit_stats":null,"previous_names":["borys35/hand-gestures"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Borys35/hand-gestures","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Borys35%2Fhand-gestures","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Borys35%2Fhand-gestures/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Borys35%2Fhand-gestures/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Borys35%2Fhand-gestures/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Borys35","download_url":"https://codeload.github.com/Borys35/hand-gestures/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Borys35%2Fhand-gestures/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260654687,"owners_count":23042679,"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","mediapipe","opencv","python"],"created_at":"2025-06-19T00:09:13.303Z","updated_at":"2026-05-07T18:13:36.165Z","avatar_url":"https://github.com/Borys35.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Music controls using hand gestures\n\nIf you want to try it, just clone the repo, open your favourite music player and run the program!\n\n## Prerequirements\nYou need python installed on your machine and install all dependencies used in main.py.\n\n## Capturing a camera\nI use DroidCam to capture my camera, so the code looks like this:\n```\n# capture video\nurl = 'http://192.168.100.62:4747/video'\ncap = cv.VideoCapture(url)\n```\nIf you have default/built-in webcam, you can use this code instead\n```\n# capture video\nurl = ''  # this line can be deleted\ncap = cv.VideoCapture(0)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborys35%2Fhand-gestures","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fborys35%2Fhand-gestures","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborys35%2Fhand-gestures/lists"}