From 368b392ffd10be9c4e591e5e3889acf33216b30c Mon Sep 17 00:00:00 2001 From: Abhay Agarwal Date: Tue, 18 Feb 2020 14:21:48 +0530 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fff5955..4ceda5d 100644 --- a/README.md +++ b/README.md @@ -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.