UNPKG

@vladmandic/face-api

Version:

JavaScript module for Face Detection and Face Recognition Using Tensorflow/JS

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