Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 815 Bytes

File metadata and controls

44 lines (28 loc) · 815 Bytes

English | Türkçe

Face Recognition with face_recognition Library

How to run:

python facerec_with_gui.py

When running, the faces in this directory will train the faces in the folder and use the name of the photo as a label.

Examples;

  • mesut.png
  • leo.jpg
  • john.jpeg
  • mehmet.jpg

If you want to train more than one face for a person, you can also number the faces in the following way;

  • mesut_1.png
  • mesut_2.png
  • mesut_3.jpg

Dependence:

  • Python 3.x
  • face_recognition
pip install face_recognition
  • OpenCV
pip install opencv-python

Video

Face Recognition with face_recognition Library - Youtube