Skip to content

drewxs/facemesh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FaceMesh

Realtime face mesh generation using Tensorflow.js

Prerequisites

This project requires NodeJS (version 8 or later) and NPM. Node and NPM. To make sure you have them available on your machine, try running the following command.

$ npm -v && node -v

Installation

Clone the repo

git clone https://github.com/kito0/facemesh.git

Install dependencies

npm i

Usage

Run the client

npm start