is it possible to do face reognition using mediapipe in Javascript (web app)
I’m currently using MediaPipe for face detection, but I’m stuck on implementing it for full-face recognition. I’ve heard about using the HOG (Histogram of Oriented Gradients) model alongside MediaPipe’s face detection, but I’m unsure how to implement it. I still want to utilize MediaPipe for face detection and possibly integrate the HOG model for face recognition.