Skip to content

Semantic Text-Image/Image-Text/Image-Image Search Engine using CLIP

License

Notifications You must be signed in to change notification settings

ahmadmustafaanis/Clip-Image-Search

Repository files navigation

Image Search Engines using CLIP

CLIP is a powerful Image Model that is trained under the supervision of Natural Language.

We Explore different Semantic Search Capabilities of CLIP.

  1. Image - Image Search
  2. Text - Image Search
  3. Image - Text Search You can find a detailed writeup here

Run the Repo

$ pip install -r requirements.txt

To run the Image-Image Search

$ python image_image_search.py

Results:

Image Image Results

To run the Image-Text Search

$ python image_text_search.py

Results:

Image Text Results

To run the Text-Image Search

$ python text_image_search.py

Results: Text Image Results

About

Semantic Text-Image/Image-Text/Image-Image Search Engine using CLIP

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages