Project- Find the Celebrity who Looks like You using Computer Vision

1 / 8

Celebrity Look-alike with Computer Vision - About this Project

With this project, you will discover a fun way to find out which celebrity looks like you the most.

To achieve this, we will be using the face_recognition library, which is built using dlib’s state-of-the-art face recognition built with deep learning, is considered one of the simples libraries used for face recognition and manipulation. The model has an accuracy of 99.38% on the Labeled Faces in the Wild benchmark. With this library you can find faces, find and manipulate facial features, and identify faces in pictures. You can also use this library with other Python libraries to do real-time face recognition.

For more information on the face_recognition library, you can view their official page from here.

INSTRUCTIONS

Here are the steps for this project:

  1. First, you will create a directory on CloudxLab where you can upload your picture
  2. Next, you will upload your picture on in the directory you created
  3. Then you will write the code that will help identify the celebrity who looks like you the most
  4. Finally, you will run this code to display the image of that celebrity

No hints are availble for this assesment

Answer is not availble for this assesment

Loading comments...