This program is a fun project, in which you can see which celebrity you look the most similar to you , it uses face_recognition library to encode your face into 128 dimensional vectors and a mediapipe face mesh - by using a machine learning model …
This program is a fun project, in which you can see which celebrity you look the most similar to you , it uses face_recognition library to encode your face into 128 dimensional vectors and a mediapipe face mesh - by using a machine learning model to detect 468 facial landmarks. If you dont find your favourite celebrity - dont worry, i also built a web scraping model for the program to find images of celebrities based on a name, it looks through wikipedia, images and TMDB for images, additionally you are able to add your own face to the system, so your friends can match with you!
I used Mediapipe ml model to detect facial landmarks and face_recognition library to encode the face into vectors (main model for detecting faces).
Some ai tools were also used to debug the program