Skip to content

Om-krishna/Face-Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face-Recognition

Real-time face recognition project with OpenCV and Python

Recognize and manipulate faces from Python or from the command line with the world's simplest face recognition library.

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!

Required Libraries and Software Installation Process

  1. pip3 install numpy
  2. pip3 install pandas
  3. pip3 install matplotlib
  4. Install vc_redist.x64 software
  5. Restart your system
  6. pip3 install opencv-python
  7. pip3 install cmake

About

Real-time face recognition project with OpenCV and Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages