Object Recognition Image Library
I'm currently working on developing an image library that users can upload images to, which are categorized using an object recognition model. I plan on using AWS Rekognition for object recognition, Lambda for running the model when an image is uploaded, S3 for storage, and DynamoDB for metadata storage.