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
- Host: GitHub
- URL: https://github.com/afmsavage/bluemonkey
- Owner: afmsavage
- Created: 2020-05-05T05:02:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T21:37:19.000Z (over 2 years ago)
- Last Synced: 2025-03-16T14:46:51.214Z (2 months ago)
- Topics: aws, boto3, pagination, python, rekognition, s3
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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