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

4 / 8

Celebrity Look-alike with Computer Vision - Import required Libraries

Now that we have successfully created the directory and uploaded your picture in that directory, we will start writing the code by importing the libraries that we will require during the course of this project.

INSTRUCTIONS
  1. Import the face_recognition library

    import << your code goes here >>
    
  2. Import the os library

    import << your code goes here >>
    
  3. Import Numpy as np

    import << your code goes here >> as np
    
  4. Import Image from IPython.display

    from IPython.display import Image
    
See Answer

No hints are availble for this assesment


Note - Having trouble with the assessment engine? Follow the steps listed here

Loading comments...