https://github.com/drewxs/facemesh
Facemesh Generator
https://github.com/drewxs/facemesh
facemesh tensorflow tensorflowjs tfjs
Last synced: about 1 month ago
JSON representation
Facemesh Generator
- Host: GitHub
- URL: https://github.com/drewxs/facemesh
- Owner: drewxs
- Created: 2021-12-31T18:37:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-01T17:34:44.000Z (over 4 years ago)
- Last Synced: 2025-04-01T10:26:37.995Z (about 1 year ago)
- Topics: facemesh, tensorflow, tensorflowjs, tfjs
- Language: JavaScript
- Homepage:
- Size: 412 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FaceMesh
Realtime face mesh generation using Tensorflow.js
### Prerequisites
This project requires NodeJS (version 8 or later) and NPM.
[Node](http://nodejs.org/) and [NPM](https://npmjs.org/).
To make sure you have them available on your machine,
try running the following command.
```sh
$ npm -v && node -v
```
### Installation
Clone the repo
```sh
git clone https://github.com/kito0/facemesh.git
```
Install dependencies
```sh
npm i
```
### Usage
Run the client
```sh
npm start
```