An open API service indexing awesome lists of open source software.

https://github.com/tanyachutani/keras-reverse-image-search-using-lsh-and-cosine-similarity

Keras Reverse Image Search using Locality Sensitive Hashing on Caltech 101 Dataset
https://github.com/tanyachutani/keras-reverse-image-search-using-lsh-and-cosine-similarity

cnn convolutional-neural-networks cosine-similarity image-search keras lsh reverse-image-search tensorflow

Last synced: about 1 month ago
JSON representation

Keras Reverse Image Search using Locality Sensitive Hashing on Caltech 101 Dataset

Awesome Lists containing this project

README

          

# Keras-Reverse-Image-Search-Using-LSH
Keras Reverse Image Search using Locality Sensitive Hashing on Caltech 101 Dataset

## For downloading the Dataset:

http://www.vision.caltech.edu/Image_Datasets/Caltech101/

## Steps Followed:

1 Loading the data

2 Sorted images based on category.

2 Used xception and take the output from last dense layer.

3 Make a feature vector of all the training data.

4 For the test data make the feature vector and to check similarity used LSH and Cosine Similarity.

## Result:

1.

![](https://github.com/TanyaChutani/Keras-Reverse-Image-Search-Using-LSH-and-Cosine-Similarity/blob/master/Bikes.png)

2.

![](https://github.com/TanyaChutani/Keras-Reverse-Image-Search-Using-LSH-and-Cosine-Similarity/blob/master/Car.png)

3.

![](https://github.com/TanyaChutani/Keras-Reverse-Image-Search-Using-LSH-and-Cosine-Similarity/blob/master/Airplanes.png)

-