Exam: AWS Certified Cloud Practitioner 0 Likes
A company has a social media platform in which users upload and share (CLF-C02)
A company has a social media platform in which users upload and share photos with other users. The company wants to identify and remove inappropriate photos. The company has no machine learning (ML) scientists and must build this detection capability with no ML expertise.
Which AWS service should the company use to build this capability?
A. Amazon SageMaker
B. Amazon Textract
C. Amazon Rekognition
D. Amazon Comprehend
Solution
Correct answer: C. Amazon Rekognition.
Amazon Rekognition is a deep learning-based image analysis service that can identify objects, people, and text within images. It also provides a pre-trained model for detecting explicit and suggestive content, which can be used to identify and remove inappropriate photos. Rekognition does not require any machine learning expertise, as it provides a simple API that can be used to analyze images and return results.
The other options do not meet the requirement. Amazon SageMaker is a service that provides a platform for building, training, and deploying machine learning models, but it requires ML expertise. Amazon Textract is a service that extracts text and data from images, but it does not provide image analysis capabilities. Amazon Comprehend is a service that provides natural language processing (NLP) capabilities, but it does not provide image analysis capabilities.
Category: Basic AWS services