2019 Silicon Valley Date Science Program :: Team getITbeauty
-
Face Detection - Using OpenCV Haar feature-based cascade classifiers
-
Data Gathering - Gather face data (images) of the persons to be identified than create a dataset
-
Train the Recognizer - Feed the face data and respective id's of each face to the recognizer so that it can learn
-
Recognition - Recognizer predicts its id and an index, shown how confident the recognizer is with this match
Reference : https://www.hackster.io/mjrobot/real-time-face-recognition-an-end-to-end-project-a10826