Realtime face mesh generation using Tensorflow.js
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
Clone the repo
git clone https://github.com/kito0/facemesh.git
Install dependencies
npm i
Run the client
npm start