JavaScript API for Face Detection & Recognition

A JavaScript API for face detection and face recognition in the browser implemented on top of the tensorflow.js core API. For face detection, it implements Single Shot Multibox Detector based on MobileNetV1, and for face recognition, a ResNet-34 like architecture is implemented to compute a face descriptor (a feature vector with 128 values) from any … Continue reading JavaScript API for Face Detection & Recognition