Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/talhat298/facemesh

Facemesh is an open-source web-based 3D modeling and animation tool that allows you to create and manipulate 3D models of faces, heads, and bodies in real-time.
https://github.com/talhat298/facemesh

3d-models detection html-css javascript mediapipe p5js sketch

Last synced: 5 days ago
JSON representation

Facemesh is an open-source web-based 3D modeling and animation tool that allows you to create and manipulate 3D models of faces, heads, and bodies in real-time.

Awesome Lists containing this project

README

        

### Description
This code uses the **MediaPipe** library to perform facial landmark detection on a video stream. The **detection.js** script initializes a face mesh model, configures its options, and sets up a callback function (gotFaces) to handle the detection results. The **sketch.js** script creates a **p5.js** sketch that visualizes the facial landmarks on a canvas. It checks for facial landmarks in the draw function and, if detected, draws points representing the landmarks using the **p5.js** library. The HTML file includes the necessary script references and a video element with the id "video" for capturing the webcam feed. Together, these scripts provide a simple facial landmark detection and visualization using **MediaPipe** and **p5.js**.
## Live Link