{"id":21982153,"url":"https://github.com/matin-ghorbani/3d-hand-tracking","last_synced_at":"2025-10-10T15:30:18.872Z","repository":{"id":247254137,"uuid":"825353461","full_name":"matin-ghorbani/3D-Hand-Tracking","owner":"matin-ghorbani","description":"3D Hand Tracking Using Mediapipe and Unity","archived":false,"fork":false,"pushed_at":"2024-07-07T15:01:15.000Z","size":8562,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T00:23:15.537Z","etag":null,"topics":["deep-learning","hand-landmarks","mediapipe","unity","unity3d"],"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/matin-ghorbani.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-07T14:52:04.000Z","updated_at":"2024-12-19T21:24:19.000Z","dependencies_parsed_at":"2024-07-07T17:38:06.788Z","dependency_job_id":null,"html_url":"https://github.com/matin-ghorbani/3D-Hand-Tracking","commit_stats":null,"previous_names":["matin-ghorbani/3d-hand-tracking"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/matin-ghorbani/3D-Hand-Tracking","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matin-ghorbani%2F3D-Hand-Tracking","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matin-ghorbani%2F3D-Hand-Tracking/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matin-ghorbani%2F3D-Hand-Tracking/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matin-ghorbani%2F3D-Hand-Tracking/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matin-ghorbani","download_url":"https://codeload.github.com/matin-ghorbani/3D-Hand-Tracking/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matin-ghorbani%2F3D-Hand-Tracking/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279004574,"owners_count":26083736,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"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":["deep-learning","hand-landmarks","mediapipe","unity","unity3d"],"created_at":"2024-11-29T17:22:27.939Z","updated_at":"2025-10-10T15:30:18.180Z","avatar_url":"https://github.com/matin-ghorbani.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 3D Hand Tracking Using Mediapipe and Unity\r\n\r\nIn this repo I used [Mediapipe](https://github.com/google-ai-edge/mediapipe) package for extracting landmark from a hand and then I send these landmarks data to the [Unity](https://github.com/Unity-Technologies) using socket and then I show the landmarks and their connections.\r\n\r\n## How to install\r\n\r\n### Run this command\r\n\r\n```bash\r\npip install -r requirements.txt\r\n```\r\n\r\nThen you need to install `Unity`. You can download and install it from [here](https://docs.unity3d.com/hub/manual/InstallHub.html).\r\n\r\n## How to run\r\n\r\n#### First you need to copy my `Assets` folder into your `Unity` project instead of your `Assets` folder\r\n\r\n#### Then you need to run your `Unity` project\r\n\r\n#### Then you can run the AI using the following command\r\n\r\n```bash\r\nclear; python main.py\r\n```\r\n\r\n#### You can also see the other arguments of it with this command\r\n\r\n```bash\r\nclear; python main.py --help\r\n```\r\n\r\n*For Example:*\r\n\r\n- *`--webcam`*: You can change your webcam ID. **default:***`0`*\r\n- *`--min-conf`*: You can change the minimum number of confidence for hand detection. **default:***`.7`*\r\n- *`--min-track-conf`*: You can change the minimum number of confidence for hand tracking. **default:***`.8`*\r\n- *`--ip`*: You can change the IP address to send data to Unity and C#. **default:***`127.0.0.1`*\r\n- *`--port`*: You can change the port to send data to Unity and C#. **default:***`5052`*\r\n\r\n### Result\r\n\r\n![Result](./out/3d_hand_tracking_854x480.gif)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatin-ghorbani%2F3d-hand-tracking","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatin-ghorbani%2F3d-hand-tracking","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatin-ghorbani%2F3d-hand-tracking/lists"}