UNPKG

face-api.js

Version:

JavaScript API for face detection and face recognition in the browser with tensorflow.js

5 lines (4 loc) 161 B
import { Mtcnn } from './Mtcnn'; export * from './Mtcnn'; export * from './MtcnnOptions'; export declare function createMtcnn(weights: Float32Array): Mtcnn;