Skip to content

Reference implementation on building a local image search engine that uses Amazon Rekognition image labels to create an inverted index.

License

Notifications You must be signed in to change notification settings

shrinandj/rekognition-image-search-engine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rekognition-image-search-engine

Reference implementation on building a local image search engine that uses Amazon Rekognition image labels to create an inverted index.

Architecture

![alt text] (https://s3.amazonaws.com/smallya-test/localserachengine-architecture.png "Local Image Search Engine with Rekognition")

Instructions

(Tested on Mac OSX)

  • pip install pillow

  • pip install wordcloud

  • Create a directory called 'photos' and add some images in it.

  • Run the indexer:

    $ python2.7 indexer.py
    
  • A new file called web/photo_tags.png is created with the tags of the photos.

License

This code sample is licensed under the Amazon Software License.

About

Reference implementation on building a local image search engine that uses Amazon Rekognition image labels to create an inverted index.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 66.9%
  • HTML 33.1%