/opencv-dnn-face-gender-age-recognition

In this repository, I am using OpenCV to perform face recognition. To build this face recognition system, I first perform face detection, extract face embeddings from each face using deep learning, train a face recognition model on the embeddings, and then finally recognize faces in both images and video streams with OpenCV.

Primary LanguagePythonApache License 2.0Apache-2.0