Skip to content

TheKidKy/face_recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

face_recognition

This is a basic real-time face recognition program written in Python, and it uses the OpenCV Library, as well as the Face Recognition Library.

pip installs

OpenCV - pip install opencv-python

face_recognition - pip install face-recognition

Notes

The program is real-time and uses your webcam, so make sure you have an active one. It can also detect multiple different people and their faces, but the more you add the slower the program becomes so take note of that.

The program has a function called get_face_encodings() and a variable called faces_path which was set at the start of the program. Make sure to read the comments in the code above these 2 mentioned items, because you'd need to specify your own path to a folder with all known faces that you want to look for.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages