Skip to content
This repository has been archived by the owner on Oct 7, 2023. It is now read-only.

akverma26/identify-celebrity

Repository files navigation

Identify the name of the Celebrity in a given image.

  • Browse any Image on your local machine or paste the url of an online image and then you will get the name of the celebrity in the given image just after clicking on the button Identify the Celebrity.

  • The entire GUI is developed using Kivy framework in python.

  • To Identify the celebrity in an image an API is used that is provided by SightEngine.

Requirments

  • Kivy (for GUI)

    pip install kivy
    
  • urllib (for online image)

    pip install urllib
    
  • SightEngine API (for API accessing)

    pip install sightengine
    

How to run

Simply run the file kivyDemo.py using python kivyDemo.py and then paste the url of an online image or browse an offline image.

Screenshot(s)

References

Releases

No releases published

Packages

 
 
 

Languages