UNPKG

face-api.js

Version:

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

15 lines (14 loc) 450 B
export * from './BoundingBox'; export * from './Box'; export * from './Dimensions'; export * from './FaceDetection'; export * from './FaceLandmarks'; export * from './FaceLandmarks5'; export * from './FaceLandmarks68'; export * from './FaceMatch'; export * from './LabeledBox'; export * from './LabeledFaceDescriptors'; export * from './ObjectDetection'; export * from './Point'; export * from './PredictedBox'; export * from './Rect';