Skip to content

A Machine Learning algorithm that finds what celebrity you resemble

Notifications You must be signed in to change notification settings

taroshg/celebrity-look-alike

Repository files navigation

Celebrity Look Alike

This algorithm uses the VGG model to create an encoding of any given face then compares other face encodings with a simple distance formula to derive the similarity between two encodings. Then the algorithm filters through the database of encodings to find the image with the lowest distance or the highest similarity.

Credits

The data was acquired by scraping https://www.forbes.com/celebrities/

The VGG model and weights was acquired from here

Note

Due to size constraints, the vgg weights (.h5) is not in this repo, therefore the weights must be downloaded and stored into a folder with the name ("vggFace") and naming the weights file ("vgg_face_weights.h5")

About

A Machine Learning algorithm that finds what celebrity you resemble

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published