Skip to content

TaylorDJones11/AWSRekognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Image Labels Generator using Amazon Rekognition

This project demonstrates how to build an image labeling tool powered by Amazon Rekognition. Once complete, the tool will automatically recognize and label objects within an image. For example, if you upload a picture of a cat, Amazon Rekognition will detect it and label the image accordingly.

Screenshot 2024-10-24 at 13 34 10 Screenshot 2024-10-24 at 13 34 20

Steps Covered πŸ‘©β€πŸ’»

Screenshot 2024-10-24 at 12 54 20
  • Setting up an Amazon S3 bucket
  • Uploading images to S3
  • Installing and configuring the AWS Command Line Interface (CLI)
  • Importing necessary libraries
  • Writing a detect_labels function to process images
  • Creating a main function to run the program
  • Running the Python script

Services Used πŸ› 

  • Amazon S3: For storing the images used in the labeling process.
  • Amazon Rekognition: For analyzing and generating labels for the uploaded images.
  • AWS CLI: For interacting with AWS services through the command line.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages