The manufacturing company uses AI to inspect products for damages or defects, which involves analyzing visual data (e.g., images or videos of products). This task falls under computer vision, a type of AI application that enables machines to interpret and understand visual information, such as identifying defects in manufacturing.
Exact Extract from AWS AI Documents:
From the AWS AI Practitioner Learning Path:
"Computer vision enables machines to interpret and understand visual data from the world, such as images or videos. Common applications include defect detection in manufacturing, where AI models analyze product images to identify damages or anomalies."
(Source: AWS AI Practitioner Learning Path, Module on AI Concepts)
Detailed Explanation:
Option A: Recommendation systemRecommendation systems suggest items or actions based on user preferences (e.g., product recommendations). They are not relevant for inspecting products for defects.
Option B: Natural language processing (NLP)NLP focuses on processing and understanding text or speech, not visual data like product images. This option is incorrect.
Option C: Computer visionThis is the correct answer. Computer vision is used for tasks like defect detection in manufacturing by analyzing visual data to identify damages or defects.
Option D: Image processingWhile image processing involves manipulating images (e.g., filtering, resizing), it is a lower-level technique, not an AI application. Computer vision, which often uses image processing as a component, is the broader AI application here.
[References:, AWS AI Practitioner Learning Path: Module on AI Concepts, Amazon Rekognition Developer Guide: Image Analysis (https://docs.aws.amazon.com/rekognition/latest/dg/what-is.html), AWS Documentation: Introduction to Computer Vision (https://aws.amazon.com/computer-vision/), , , , ]