Skip to content

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

License

Notifications You must be signed in to change notification settings

praneethsonu/Image-Content-Detection-Pipeline-Using-AWS-SDKs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

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

License

This project is licensed under the MIT License.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published