Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 333 Bytes

File metadata and controls

22 lines (15 loc) · 333 Bytes

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