/basic-face-recognition-tutorial

Basic face recognition tutorial

Primary LanguageJupyter Notebook

Basic Face Recognition Tutorial

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.

Objectives

  • 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).

Step-by-step