/Face-Similarity

Tells the similarity score for the 2 images based on their face matching.

Primary LanguagePython

Face-Similarity

Tells the similarity score for the 2 images based on their face matching.

It taked 2 image files as input then it extract the face from it and process the image file. After that it extract face features encoding from it and calculate the cosine distance between 2 files. Threshold value of 0.5 is set and then it compares it with that value to tell whether it's a match or not.