Skills
OpenCV Python AWSFace detection and recognition has now reached the status of a classical problem in Computer Vision. There are many different ways of recognizing and then classifying digital images of faces. This project implements the Haar Face Cascade algorithm for face detection. For face recognition OpenFace, seven different classifiers from Scikit-Learn (all of which were trained on the LFW data set), and Amazon’s AWS Rekognition were implemented.