/Image-Similarity-Search

A representation learning command line application in TensorFlow that searches for images that have the most features in common with the input. Extracts features from images using the Inception convolutional neural network. Indexes the images by feature using locality sensitive hashing. Performed approximate nearest-neighbors search to return a list of images most similar to the input.

Primary LanguagePython

Stargazers