Skip to content

Generates captions for images, using Amazon Rekognition to identify the objects and actions depicted in the image

Notifications You must be signed in to change notification settings

AlphaMiyaL/CaptionCreator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CaptionCreator

Generates captions for images, using Amazon Rekognition to identify the objects and actions depicted in the image

Imports (pip install in terminal of project or so)

boto3
openai
python 3.10.8

AWS requirements

Needs a IAM account with Full Access to S3 Bucket and Amazon Rekognition
Needs the .csv file for the IAM account in the project source folder

Instructions

Images should be put in the S3 bucket, or in the source folder
Create an instance of the Rekognition class, and pass in the .csv file
Pass in name of photo using replace_photo
Use set_s3 to set use_s3 to true if using images from S3 bucket

About

Generates captions for images, using Amazon Rekognition to identify the objects and actions depicted in the image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages