UNPKG

@vladmandic/face-api

Version:

FaceAPI: AI-powered Face Detection & Rotation Tracking, Face Description & Recognition, Age & Gender & Emotion Prediction for Browser and NodeJS using TensorFlow/JS

15 lines (14 loc) 436 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';