/amazon-sagemaker-visual-search

This repository is part of a blog post that guides users through creating a visual search application using Amazon SageMaker and Amazon Elasticsearch service

Primary LanguageJupyter NotebookMIT No AttributionMIT-0

Visual image search

This repository is part of AWS blog to create a visual search application using Amazon SageMaker and Amazon Elasticsearch

How does it work?

We will use Fashion Images from feidegger, a zalandoresearch dataset as a reference image to generate a 2048 feature vector using a convolutional neural networks and gets stored into Amazon Elasticsearch KNN index

diagram

When we present a new query image, it's computing the related feature vector from Amazon SageMaker hosted model and query Amazon Elasticsearch KNN index to find similar images

diagram

License

This library is licensed under the MIT-0 License. See the LICENSE file.