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

https://github.com/praneethsonu/image-content-detection-pipeline-using-aws-sdks

Focuses on building a complete pipeline for detecting and tagging image content using Amazon Rekognition, S3 Bucket, and Lambda Function.
https://github.com/praneethsonu/image-content-detection-pipeline-using-aws-sdks

aws aws-lambda aws-s3 aws-sdk awsrekognition sdk-python

Last synced: 8 months ago
JSON representation

Focuses on building a complete pipeline for detecting and tagging image content using Amazon Rekognition, S3 Bucket, and Lambda Function.

Awesome Lists containing this project

README

          

# Image Content Detection Pipeline Using AWS SDKs with Python
## Description
Highlights the cloud-based approach to recognizing objects in uploaded images using AWS tools.
These titles reflect the integration of key AWS services such as S3, Lambda, and Rekognition, which are aligned with the described workflow.
## We will implement the architecture below using AWS SDKs:
![image](https://github.com/user-attachments/assets/02af6f77-66f1-464d-a3e6-ae786d90c4c4)

The workflow involves the following steps:

1. Creating an S3 bucket for storing images and a Lambda function for processing those images.
2. Configuring S3 event notifications to invoke our Lambda function when a new image is uploaded to our bucket.
3. We use Amazon Rekognition in our Lambda function to detect what is in the uploaded image.
4. Adding tags to our S3 object based on the labels detected by Amazon Rekognition.

## Some topics before starting the project
- AWS SDKs: A brief overview of the AWS SDKs, including installation, configuration, and authentication.
- Development: Using SDKs to call service APIs and create resources.
- onclusion: Cleaning up the resources we created and summarizing takeaways.

## The Steps involved are:
### 1. Configuration
### 2. SDK Setup
### 3. Development
### 4. Conclusion
### 5. CleanUp

## Getting Started
[Getting Started With Steps](https://github.com/praneethsonu/Image-Content-Detection-Pipeline-Using-AWS-SDKs/tree/main/Getting%20Started%20With%20Steps)

## License
This project is licensed under the MIT License.