Skip to content

Find all photos from a set of photos that match a specific face

License

Notifications You must be signed in to change notification settings

diogodh/face_match

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Find all photos from a set of photos that match a specific face

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages