Top
image credit: Pixabay

JavaScript Face Detection with face-api.js

March 17, 2020

Via: InfoQ

The face-api.js JavaScript module implements convolutional neural networks to solve for face detection and recognition of faces and face landmarks. The face-api.js leverages TensorFlow.js and is optimized for the desktop and mobile web.

As explained by face-api.js creator Vincent Mühler, face recognition with deep learning is a detailed process.

There are several models available with face-api.js, including face detection, face landmark detection, face recognition, facial expression recognition, age estimation, and gender recognition.

Read More on InfoQ