AWS services
This architecture uses three services, but you have used two of them before. In this section, you will understand how they address this project’s requirements.
Amazon Rekognition
For this use case, you don’t want to create programming logic to identify photo features, so you choose to implement the same functionality using ML.
As mentioned in the AWS prescriptive guidance, you can create your own model from scratch. But how does it compare with using a pre-trained managed service?
First, before comparing the two, you need to identify a service that can handle the task. AWS has a vast suite of AI and ML services:
- Amazon Rekognition: A computer vision service that is designed to analyze images and videos for various use cases, such as facial analysis, object detection, and text recognition.
- Amazon Transcribe: An automatic speech recognition (ASR) service that converts audio files to text.
- Amazon Translate: A neural machine translation...