UNPKG

face-api.js

Version:

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

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