Skip to content

ahmadarif/nest-face-api

Repository files navigation

Nest Logo

Description

Nest Face API using Tensorflow and face-api.js (dlib wrapper).

Installation

# clone this project
$ git clone https://github.com/ahmadarif/nest-face-api.git

# install dependency
$ npm install

# setup environment variables
$ cp .env.example .env

Running the app

# development
$ npm run start

# watch mode
$ npm run serve

# production mode
$ npm run start:prod

Build the app

npm run build

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Screenshot App

Render Mode (render = true or renderLandmark = true)

img

Data Mode (all render options are false)

img

Postman Project

Download this postman collection for check the API docs download link

About

Nest Face API using tensorflow and face-api.js (dlib wrapper).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published