Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abhay6694 authored Feb 18, 2020
1 parent 70d4bc5 commit 368b392
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# 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.

0 comments on commit 368b392

Please sign in to comment.