This repository is not active
Garga49/Image-Search-Engine
The fundamental need of any image retrieval model is to search and arrange the images that are in a visual semantic relationship with the query given by the user.Image search engines become indispensable tools for users who look for images from a large-scale image collection. Its key component is CBIR system.In this project we tried to estimate the distribution of the target images in the database using ONE-CLASS SVM. The user will give a query image and based on the query image we will return images from our database that are closest to the query image.
Python