Skip to content

This project is a system created to use feature extraction methods and pre-trained models to find similarities between photos retrieved from different sources.

Notifications You must be signed in to change notification settings

DipRoy/Nearest_Neighbor_Search_via_Feature_Extraction_Using_CNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Nearest_Neighbor_Search_via_Feature_Extraction_Using_CNN

The goal of this project is to find commonalities between various photos using CNN models and feature extraction techniques.

With picture feature extraction, this research seeks to create a similarity search system that is effective. By utilising different CNN models, including VGG16, ResNet101, ZFNet, and MobileNet, we investigate feature extraction methods from a particular dataset. The method quickly finds the ten closest images based on feature similarity from an input image, effectively enabling content-based image retrieval. Here, we contrast the dataset as a whole with the feature representation of a query image. To quickly calculate similarity scores, we use distance measures like the Euclidean distance and cosine similarity. The top 10 photographs that are the most comparable are then shown as the outcome.

Output Sample 1:

Output 1

Output Sample 2:

Output 2

About

This project is a system created to use feature extraction methods and pre-trained models to find similarities between photos retrieved from different sources.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published