1.The face detection process is an essential step as it detects and locates human faces in images and videos. 2.The face capture process transforms analog information (a face) into a set of digital information (data) based on the person's facial features. 3. The face match process verifies if two faces belong to the same person.
Here is an interesting article worth reading : https://medium.com/@ageitgey/machine-learning-is-fun-part-4-modern-face-recognition-with-deep-learning-c3cffc121d78
This repository perform face recognition for the dataset provided .
pip install -r requirements_pip.txt
- Add images in the Images folder and follow the pattern "Name.jpg"
python run.py