{"id":20951208,"url":"https://github.com/lingdong-/handpose-facemesh-demos","last_synced_at":"2025-10-09T06:18:08.583Z","repository":{"id":84534623,"uuid":"267970499","full_name":"LingDong-/handpose-facemesh-demos","owner":"LingDong-","description":"🎥🤟 8 minimalistic templates for tfjs mediapipe handpose and facemesh","archived":false,"fork":false,"pushed_at":"2020-09-27T21:22:06.000Z","size":14061,"stargazers_count":190,"open_issues_count":4,"forks_count":32,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-02T12:38:43.987Z","etag":null,"topics":["computer-vision","handpose","machine-learning","mediapipe","networking","p5js","tensorflowjs","threejs"],"latest_commit_sha":null,"homepage":"https://handpose-demos.glitch.me/","language":"JavaScript","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/LingDong-.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":"2020-05-29T22:55:31.000Z","updated_at":"2025-03-11T08:00:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"b12e5281-b79e-464c-9796-719894fca79c","html_url":"https://github.com/LingDong-/handpose-facemesh-demos","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LingDong-/handpose-facemesh-demos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LingDong-%2Fhandpose-facemesh-demos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LingDong-%2Fhandpose-facemesh-demos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LingDong-%2Fhandpose-facemesh-demos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LingDong-%2Fhandpose-facemesh-demos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LingDong-","download_url":"https://codeload.github.com/LingDong-/handpose-facemesh-demos/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LingDong-%2Fhandpose-facemesh-demos/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000853,"owners_count":26082950,"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-09T02:00:07.460Z","response_time":59,"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","handpose","machine-learning","mediapipe","networking","p5js","tensorflowjs","threejs"],"created_at":"2024-11-19T00:57:29.772Z","updated_at":"2025-10-09T06:18:08.568Z","avatar_url":"https://github.com/LingDong-.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mediapipe Handpose and Facemesh Demos\n\n## Table of Contnets\n\n- [Handpose Demos](#handpose-demos)\n- [Facemesh Demos](#facemesh-demos)\n\n# Handpose Demos\n\n![](images/icon-handpose.png)\n\nCollection of minimalistic demos/templates using [mediapipe handpose with tensorflow.js](https://blog.tensorflow.org/2020/03/face-and-hand-tracking-in-browser-with-mediapipe-and-tensorflowjs.html). Created for and supported by [the Frank-Ratchye STUDIO for Creative Inquiry](https://studioforcreativeinquiry.org/).\n\n\u003e The handpose package detects hands in an input image or video stream, and returns twenty-one 3-dimensional landmarks locating features within each hand. Such landmarks include the locations of each finger joint and the palm. -- blog.tensorflow.org\n\nThere are 4 templates included in this repo, 2 of them with [three.js](https://threejs.org) and 2 with [p5.js](https://p5js.org), 2 are multiplyer via socket.io + express, and 2 are singleplayer static sites. They're all well commented and explained for beginners.\n\nAll demos are hosted on [glitch.com](https://glitch.com/) 🎏\n\n\n## Online multiplayer 3D\n\n### [Live](https://networked-hand-3js-tf174-handv1.glitch.me) | [Remix](https://glitch.com/edit/#!/networked-hand-3js-tf174-handv1) | [Source](./networked-hand-3js-tf174-handv1)\n\n- tensorflow.js + mediapipe handpose\n- three.js\n- socket.io + express\n\n\n## Online multiplayer 2D\n\n### [Live](https://networked-hand-p5-tf174-handv1.glitch.me) | [Remix](https://glitch.com/edit/#!/networked-hand-p5-tf174-handv1) | [Source](./networked-hand-p5-tf174-handv1)\n\n- tensorflow.js + mediapipe handpose\n- p5.js\n- socket.io + express\n\n\n## Singleplayer 3D\n\n### [Live](https://mediapipe-hand-3js-tf174-handv1.glitch.me) | [Remix](https://glitch.com/edit/#!/mediapipe-hand-3js-tf174-handv1) | [Source](./mediapipe-hand-3js-tf174-handv1)\n\n- tensorflow.js + mediapipe handpose\n- three.js\n\n## Singleplayer 2D\n\n### [Live](https://mediapipe-hand-p5-tf174-handv1.glitch.me) | [Remix](https://glitch.com/edit/#!/mediapipe-hand-p5-tf174-handv1) | [Source](./mediapipe-hand-p5-tf174-handv1)\n\n- tensorflow.js + mediapipe handpose\n- p5.js\n\nAlso available on editor.p5js.org: [https://editor.p5js.org/lingdong/sketches/1viPqbRMv](https://editor.p5js.org/lingdong/sketches/1viPqbRMv)\n\n## 4 in 1\n\nGlued together with iframes: [https://handpose-demos.glitch.me/](https://handpose-demos.glitch.me/)\n\n\n\n# Facemesh Demos\n\n![](images/icon-facemesh.png)\n\nCollection of minimalistic demos/templates using [mediapipe facemesh with tensorflow.js](https://blog.tensorflow.org/2020/03/face-and-hand-tracking-in-browser-with-mediapipe-and-tensorflowjs.html). Created for and supported by [the Frank-Ratchye STUDIO for Creative Inquiry](https://studioforcreativeinquiry.org/).\n\n\u003e The facemesh package infers approximate 3D facial surface geometry from an image or video stream, requiring only a single camera input without the need for a depth sensor. -- blog.tensorflow.org\n\nThere are 4 templates included in this repo, 2 of them with [three.js](https://threejs.org) and 2 with [p5.js](https://p5js.org), 2 are multiplyer via socket.io + express, and 2 are singleplayer static sites. They're all well commented and explained for beginners.\n\nAll demos are hosted on [glitch.com](https://glitch.com/) 🎏\n\n\n## Keypoint Subsets\n\nThere're 3 additional keypoint subsets available in each demo to select from, as alternatives to the facemesh 468 vertices. See image below for indices and triangulation for each of them:\n\n![](images/facemesh-subsets.png)\n\nFrom left to right:\n\n- Minimal 7 points\n- Important features 33 points\n- Standard facial landmark 68 points\n- Full facemesh 468 points. A larger resolution and flattened version of the illustration is available in [tfjs facemesh repo](https://github.com/tensorflow/tfjs-models/tree/master/facemesh).\n\n\n## Online multiplayer 3D\n\n### [Live](https://networked-facemesh-3js-tf2.glitch.me) | [Remix](https://glitch.com/edit/#!/networked-facemesh-3js-tf2) | [Source](./networked-facemesh-3js-tf2)\n\n- tensorflow.js + mediapipe facemseh\n- three.js\n- socket.io + express\n\n\n## Online multiplayer 2D\n\n### [Live](https://networked-facemesh-p5-tf2.glitch.me) | [Remix](https://glitch.com/edit/#!/networked-facemesh-p5-tf2) | [Source](./networked-facemesh-p5-tf2)\n\n- tensorflow.js + mediapipe facemseh\n- p5.js\n- socket.io + express\n\n\n## Singleplayer 3D\n\n### [Live](https://mediapipe-facemesh-3js-tf2.glitch.me) | [Remix](https://glitch.com/edit/#!/mediapipe-facemesh-3js-tf2) | [Source](./mediapipe-facemesh-3js-tf2)\n\n- tensorflow.js + mediapipe facemseh\n- three.js\n\n## Singleplayer 2D\n\n### [Live](https://mediapipe-facemesh-p5-tf2.glitch.me) | [Remix](https://glitch.com/edit/#!/mediapipe-facemesh-p5-tf2) | [Source](./mediapipe-facemesh-p5-tf2)\n\n- tensorflow.js + mediapipe facemseh\n- p5.js\n\nAlso available on editor.p5js.org: [https://editor.p5js.org/lingdong/sketches/ef6FB-uNq](https://editor.p5js.org/lingdong/sketches/ef6FB-uNq)\n\n\n\n**Made at [the Frank-Ratchye STUDIO for Creative Inquiry](https://studioforcreativeinquiry.org/) at Carnegie Mellon University.**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flingdong-%2Fhandpose-facemesh-demos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flingdong-%2Fhandpose-facemesh-demos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flingdong-%2Fhandpose-facemesh-demos/lists"}