✍ An simple face comparing app using VGG-16 to extract features, compare two photos and see if they are the same person.
📌 Project pipeline:
- Get input (images) from user.
- Using MTCNN to detect face.
- Processing face detected in step 2.
- Using VGG-16 to extract features as vectors.
- Evaluating 2 vectors using Cosine Similarity or Euclidean Distance (L2 Norm).
- 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!