The basic face recognition tutorial demonstrates how to extract face(s) from the images using face_recognition
(face_recognition
library also includes dlib
machine learning and data analysis toolkit) and OpenCV
library. This tutorial also includes the recognize person who appears in each image.
- Coding a basic face recognition program using Python programming language.
- Detect face(s) from the images.
- Compare two faces and guest similar or not (Face verification).