Any library for face recognition in JavaScript? [closed]
Currently there is no pure JavaScript library performing face recognition. Real time face detection however is possible using one of the following libraries: For face and face element detection as well as object detection in general, you could use js-objectdetect or tracking.js which include ports of the OpenCV object detector based on Haar-like features. Also … Read more