https://github.com/vbudithi/facemesh
This project is built using Tensorflow.Js and React to detect facial landmarks.
https://github.com/vbudithi/facemesh
Last synced: about 2 months ago
JSON representation
This project is built using Tensorflow.Js and React to detect facial landmarks.
- Host: GitHub
- URL: https://github.com/vbudithi/facemesh
- Owner: vbudithi
- Created: 2025-04-18T14:53:39.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-03T15:06:20.000Z (about 1 year ago)
- Last Synced: 2025-05-03T16:30:22.106Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 649 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🛠️ Project Setup
This project is built using Create React App.
To start the development server, run:
```npm start```
# 👁️ FaceMesh Detection with TensorFlow.js & React
This project demonstrates real-time face landmark detection in the browser using **TensorFlow.js**, **React**, and **react-webcam**.
It uses **468-point face landmark detection** powered by TensorFlow’s facemesh model and runs entirely client-side.
---
## 📦 Installation
To install the required dependencies, run:
```
npm install @tensorflow/tfjs @tensorflow-models/facemesh react-webcam
```
## ✨ Features:
1. Real-time face mesh detection in the browser
2. 468-point facial landmark tracking
3. TensorFlow.js powered — no backend needed
4. Built with React and react-webcam
## If you ran into a OpenSSL Issue, use this command.
```set NODE_OPTIONS=--openssl-legacy-provider```