Skip to content

RadeenXALNW/CLIP-Image-Similarity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CLIP BASED IMAGE SEARCH

Clip Image similarity is an unqiue approach to find similar image given a particular image. Here there will be two type of dataset. One is query dataset and other one is candidate set. We will take a image from query dataset and find if similar image is in the candidate dataset. These embeddings serve as compact, high-dimensional representations of the images, allowing for efficient and accurate comparisons. By selecting an image from the query dataset and generating its embedding, the system can then search for similar images within the candidate dataset by comparing their embeddings.

image

An example is given below:

Query Image

image

Similar Image from another dataset

image

Paper: https://arxiv.org/pdf/2103.00020.pdf

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published