AIF-C01 · Question #85
A company has built a chatbot that can respond to natural language questions with images. The company wants to ensure that the chatbot does not return inappropriate or unwanted images. Which…
The correct answer is A. Implement moderation APIs. Moderation APIs, such as Amazon Rekognition's Content Moderation API, can help filter and block inappropriate or unwanted images from being returned by a chatbot. These APIs are specifically designed to detect and manage undesirable content in images.
Question
A company has built a chatbot that can respond to natural language questions with images. The company wants to ensure that the chatbot does not return inappropriate or unwanted images. Which solution will meet these requirements?
Options
- AImplement moderation APIs.
- BRetrain the model with a general public dataset.
- CPerform model validation.
- DAutomate user feedback integration.
How the community answered
(50 responses)- A76% (38)
- B2% (1)
- C6% (3)
- D16% (8)
Explanation
Moderation APIs, such as Amazon Rekognition's Content Moderation API, can help filter and block inappropriate or unwanted images from being returned by a chatbot. These APIs are specifically designed to detect and manage undesirable content in images.
Topics
Community Discussion
No community discussion yet for this question.