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

10 lines (9 loc) 300 B
export * from './allFaces'; export * from './ComposableTask'; export * from './ComputeFaceDescriptorsTasks'; export * from './detectFaces'; export * from './DetectFacesTasks'; export * from './DetectFaceLandmarksTasks'; export * from './FaceMatcher'; export * from './nets'; export * from './types';