{"id":28331758,"url":"https://github.com/jakson-almeida/drawwithhands","last_synced_at":"2026-04-27T08:31:54.183Z","repository":{"id":294907550,"uuid":"988478088","full_name":"Jakson-Almeida/DrawWithHands","owner":"Jakson-Almeida","description":"Draw with your hands using Computer Vision","archived":false,"fork":false,"pushed_at":"2025-06-29T03:41:21.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-29T04:29:54.535Z","etag":null,"topics":["computer-vision","handdetection","mediapipe","pygame"],"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/Jakson-Almeida.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-05-22T15:50:38.000Z","updated_at":"2025-06-29T03:41:25.000Z","dependencies_parsed_at":"2025-06-29T04:33:43.122Z","dependency_job_id":null,"html_url":"https://github.com/Jakson-Almeida/DrawWithHands","commit_stats":null,"previous_names":["jakson-almeida/drawingwithhands"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Jakson-Almeida/DrawWithHands","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jakson-Almeida%2FDrawWithHands","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jakson-Almeida%2FDrawWithHands/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jakson-Almeida%2FDrawWithHands/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jakson-Almeida%2FDrawWithHands/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jakson-Almeida","download_url":"https://codeload.github.com/Jakson-Almeida/DrawWithHands/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jakson-Almeida%2FDrawWithHands/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32329463,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["computer-vision","handdetection","mediapipe","pygame"],"created_at":"2025-05-26T18:52:32.898Z","updated_at":"2026-04-27T08:31:54.157Z","avatar_url":"https://github.com/Jakson-Almeida.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DrawWithHands\n\nA Python application that lets you draw in the air using hand gestures, powered by **MediaPipe** and **Pygame**.\n\n## Features\n- Real-time hand tracking with 21 landmarks\n- Pinch gesture detection for drawing\n- Adjustable brush size and color\n- Clear canvas functionality\n- Webcam feed overlay\n\n## Requirements\n- Python 3.11+\n- Webcam\n\n## Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/Jakson-Almeida/DrawWithHands.git\ncd DrawWithHands\n```\n\n2. Create and activate virtual environment:\n```bash\npython -m venv venv\nsource venv/bin/activate  # Linux/Mac\nvenv\\Scripts\\activate     # Windows\n```\n\n3. Install dependencies:\n```bash\npip install -r requirements.txt\n```\n\n## Usage\nRun the application:\n```bash\npython draw.py\n```\n\n### Controls:\n- **Pinch gesture**: Draw on the canvas\n- **Brush button**: Switch to red brush\n- **Clear All button**: Reset the canvas\n- **ESC**: Exit the application\n\n## How It Works\nThe application uses:\n- MediaPipe for real-time hand tracking\n- Pygame for rendering and drawing\n- Pinch detection between thumb and index finger\n- Simple GUI buttons for controls\n\n## Troubleshooting\n- If webcam isn't detected, try changing `cv2.VideoCapture(0)` to `cv2.VideoCapture(1)`\n- For performance issues, reduce the webcam resolution\n- Ensure proper lighting for better hand detection\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakson-almeida%2Fdrawwithhands","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjakson-almeida%2Fdrawwithhands","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakson-almeida%2Fdrawwithhands/lists"}