MelihGulum / Face-Recognition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Face-Recognition

Libraries that used in this project:

  • numpy
  • cv2
  • os
  • face_recognition

face_recognition = Built using dlib's state-of-the-art face recognition built with deep learning. The model has an accuracy of 99.38% on the Labeled Faces in the Wild benchmark.

This also provides a simple face_recognition command line tool that lets you do face recognition on a folder of images from the command line!

For further information visit here: https://github.com/ageitgey/face_recognition

How to use this project:

  1. Add your image file in "known" directory
  2. Run "Face Recognition.py"

Output:

Output 1 Output 2 Output 3

About


Languages

Language:Python 100.0%