face-api
face-api copied to clipboard
FaceAPI: AI-powered Face Detection & Rotation Tracking, Face Description & Recognition, Age & Gender & Emotion Prediction for Browser and NodeJS using TensorFlow/JS
I am getting a lot of ts error because types need to be imported with `import type { ConvParams, SeparableConvParams } from '../common/index';` instead of `import { ConvParams, SeparableConvParams }...
**Issue Description** Hello, I am currently using this library and it works well on most computers. However, a few computers may request the tfjs backend wasm simd.wasm file for facial...
Given the fact that I host the models on a server. I would like to obtain the weights so I can load them in using `nets.model.load(weights)` myself (if this is...