GitXplorerGitXplorer
a

Clip-Image-Search

public
14 stars
1 forks
0 issues

Commits

List of commits on branch main.
Unverified
96e2abe4231ab920f60cef2386a492a41d8f9499

Merge branch 'main' of https://github.com/ahmadmustafaanis/Clip-Image-Search into main

aahmadmustafaanis committed 2 years ago
Unverified
2166990dac22f99290ff04a8ab8f64f9b27d4f18

Readme added

aahmadmustafaanis committed 2 years ago
Unverified
dfd7218f21edb2d724473e604bc77728f9edde5a

requirments.txt

aahmadmustafaanis committed 2 years ago
Unverified
565316e3c666f6856eb178e56d49c638f9b8fc86

Pixabay Scrapper

aahmadmustafaanis committed 2 years ago
Unverified
310621fd1df9070637a751d68f287b8b38a129fe

Text Image Search

aahmadmustafaanis committed 2 years ago
Unverified
eb6cd02a3e69fdba438bd65acb0c72b23822e830

Image Text Search

aahmadmustafaanis committed 2 years ago

README

The README file for this repository.

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