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

https://github.com/afmsavage/bluemonkey

Processes images with AWS Rekognition and applies the detected labels as tags
https://github.com/afmsavage/bluemonkey

aws boto3 pagination python rekognition s3

Last synced: 11 days ago
JSON representation

Processes images with AWS Rekognition and applies the detected labels as tags

Awesome Lists containing this project

README

        

# Bluemonkey

[Boto3](https://boto3.amazonaws.com/v1/documentation/api/latest/index.html) script which processes images stored in an S3 bucket with [AWS Rekognition](https://aws.amazon.com/rekognition/). The detected labels are then placed as tags on the image file for searchability. Utilizes pagination to be able to process any number of images.

[Terraform](https://www.terraform.io/) included for creating S3 bucket too