aws-doc-sdk-examples
aws-doc-sdk-examples copied to clipboard
Creating an example Photo analyzer application using the AWS SDKEPIC:
Description of Epic Create a web application (in a given language) that analyzes nature images located in an Amazon Simple Storage Service (Amazon S3) bucket by using the Amazon Rekognition service and the AWS SDK. The web application can analyze many images and generates data that breaks down each image into a series of labels.
The features that each app should demonstrate in the given SDK:
- Upload an image to an Amazon S3 bucket
- Displays a list of the names of the uploaded images
- Generate a report (e.g excel, CSV. YAML, JSON) that contains the Rekognition labels for each image
- Email the report to another user using Amazon SES.
- Provide a way to specify a key name to download an image from the Amazon S3 bucket
User stories
- [ ] C++ - Creating an example Photo analyzer application using the AWS SDK
- [ ] #2707
- [x] #2708
- [x] #2709
- [x] #2710
- [x] #2711
- [ ] #2715
- [x] #2714
- [ ] PHP - Creating an example Photo analyzer application using the AWS SDK
- [ ] Rust - Creating an example Photo analyzer application using the AWS SDK
Additional detail