Imsearch
project photo

Imsearch is an image retrieval application designed to simplify the process of finding and comparing similar images within a directory, including nested directories. By simply uploading an image and selecting a directory, Imsearch automatically analyzes all images in the specified location and sorts them based on their similarity to the uploaded image.

The application leverages advanced image processing techniques, utilizing DINO for feature extraction during normal searches and MobileNet for quicker searches. To ensure accuracy, Imsearch calculates similarity by comparing image embeddings using the FAISS index.

Tech Stack:
DINO
FAISS