Skip to content

Real Time Facial Landmark Detection with Tensorflow.JS

Notifications You must be signed in to change notification settings

prashanth233/Facemesh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Facial Landmark Detection

Machine Learning technique that detects different points on your face. Mesh is generated when points are combined together. The generated mesh like you can see in the video below. Here the model detects 486 3D facial landmarks to infer the approximate surface geometry of the human face.

Screen.Recording.2021-07-20.at.12.30.50.AM.mov

In the project directory, you can run:

npm install

Then

npm start

Runs the app in the development mode.
Then the output is displayed on (localhost:3000) in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Learn More

You can learn more about canvas here.

About face landmark detection go through this link.

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.