Nest Face API using Tensorflow and face-api.js (dlib wrapper).
# clone this project
$ git clone https://github.com/ahmadarif/nest-face-api.git
# install dependency
$ npm install
# setup environment variables
$ cp .env.example .env
# development
$ npm run start
# watch mode
$ npm run serve
# production mode
$ npm run start:prod
npm run build
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
Download this postman collection for check the API docs download link