Skip to content

This is a prototype content-based image retrieval system implemented with Keras and scikit-learn in Python.

Notifications You must be signed in to change notification settings

efstathios-chatzikyriakidis/content-based-image-retrieval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a prototype content-based image retrieval system implemented with Keras and scikit-learn in Python.

The system uses the KNN algorithm with cosine similarity in order to find images similar to the input query.

The feature vectors of all images are extracted from the internal layers of a convolutional deep neural network.

This prototype is based on Fashion MNIST dataset.

About

This is a prototype content-based image retrieval system implemented with Keras and scikit-learn in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages