Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.
/ image_eye Public archive

Content based Image Retrieval (CBIR) using Autoencoders and VP Trees.

License

Notifications You must be signed in to change notification settings

siddinc/image_eye

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image based Search

Content-based Image Retrieval (CBIR) is used to searching a database for images that match a query image. This project uses a Convolutional Autoencoder to form latent image embeddings of various images in the CIFAR10 dataset. A data structure called Vantage Point Tree is used for indexing and retrieving the embeddings in O(n * log n) and O(log n) time respectively.

About

Content based Image Retrieval (CBIR) using Autoencoders and VP Trees.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages