Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 701 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 701 Bytes

Face Match

Using Python and face-recognition project (https://pypi.org/project/face-recognition/) you can specify a photo from a face and then the script with find all the photos in a folder that have that face. The output is the filename(s) where the condition is met.

You must install face_recognition using pip for example (pip install face_recognition) and set the face photo path in your_face_path = "" and the folder with all the photos where the script will try to find your face in folder_path = ""

Examples of where this can be useful: for example to find the photos where you appear from a marathon, wedding, other events, etc. set of photos.