Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 899 Bytes

File metadata and controls

29 lines (16 loc) · 899 Bytes

Face Comparing Project 😎


✍ An simple face comparing app using VGG-16 to extract features, compare two photos and see if they are the same person.

📌 Project pipeline:

  1. Get input (images) from user.
  1. Using MTCNN to detect face.
  1. Processing face detected in step 2.
  1. Using VGG-16 to extract features as vectors.
  1. Evaluating 2 vectors using Cosine Similarity or Euclidean Distance (L2 Norm).
  1. Building User Interface (UI) by using Streamlit.

Note: Uploaded images should follow these bellow:

☞ Image contains only 01 face.

☞ Image of face should be frontal and center aligned.

☞ Image maximum size supported: 200MB

⌛ This is not final version! Source code will be updated in the future.

👋 Have fun!