ageitgey / face_recognition

The world's simplest facial recognition api for Python and the command line
MIT License
53.23k stars 13.47k forks source link

Hot find similar faces based on 1 face image #1066

Open eliavmaman opened 4 years ago

eliavmaman commented 4 years ago

Question! I'm new to python, i have many bulk of faces images, and some of the faces are same people. I want to be able to find the same faces similar to the one i have. How can i do that? Can any one help me or guide me please?

eliavmaman commented 4 years ago

Anyone?

ageitgey commented 4 years ago

If you have some known faces and some unknown faces, you can just use the command line tool: https://github.com/ageitgey/face_recognition#face_recognition-command-line-tool

If you want to do it from Python, check out the demos, like this one: https://github.com/ageitgey/face_recognition/blob/master/examples/recognize_faces_in_pictures.py

eliavmaman commented 4 years ago

@ageitgey What do you mean by "known faces"?Like Obama or Trump? The faces i got are my friends.. Will it work?

ageitgey commented 4 years ago

Known faces are just any picture of a face where you already know the name of the person in the picture.