bipinkc19 / which-celebrity-are-you

Gets the embedding from face-net and finds which celebrity is most similar to you from you face image.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Which celebrity are you??

Setup

python3 required

pip install -r requirements.txt

Example

python3 find_look_alike_celeb.py

__Press 'c' to click picture. Only works when single person is infront of the cam. __ Try out showing Enrique, Tom Cruise, Rihanna's photos through mobile

Adding more celebrity

  • Add celebrity images which should contain only one face in the image. The file name should be the celebrity name. Then we can train it by running
python create_celeberity_embedings.py  

License

Apache License 2

About

Gets the embedding from face-net and finds which celebrity is most similar to you from you face image.

License:Apache License 2.0


Languages

Language:Python 100.0%