UNPKG

@timebutt/face-api.js

Version:

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

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