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

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

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