face-api icon indicating copy to clipboard operation
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

Results 3 face-api issues
Sort by recently updated
recently updated
newest added

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 }...

enhancement

**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...