/face-api-impl

Implementation of face-api.js

Primary LanguageTypeScript

Description

Implementation of face-api.js

Installation

$ npm install

Runing the code

# face detection
$ ts-node src/faceDetection.ts

# face detection + 68 landmark point + face descriptor (128 encoding)
$ ts-node src/faceLandmarkDetection.ts

# face recognition
$ ts-node src/faceRecognition.ts