UNPKG

face-recognition

Version:

Simple Node.js API for robust face detection and face recognition.

5 lines 137 B
module.exports = function (fr, faceLandmarksModel) { return function() { return new fr.ShapePredictor(faceLandmarksModel) } }