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

5 lines (4 loc) 99 B
import { FCParams } from '../common/index'; export declare type NetParams = { fc: FCParams; };