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

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.

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```