Amazon Rekognition is a deep-learning-enabled visual-analysis service that can help you search, verify, and analyze billions of images seamlessly. Let's first review the Recognition API briefly and then we will jump straight into using it in Python. Let's first go to the home page of the Rekognition API at https://console.aws.amazon.com/rekognition/home. We have already seen Rekognition's home page in one of the earlier sections of this chapter.
As you might have already noticed from the navigation bar, the Rekognition API has several things to offer:
- Object and scene detection: This lets you automatically label objects, labels, and scenes from a given image (along with confidence scores).
- Image moderation: This allows you to detect explicit or suggestive adult content in images, along with confidence scores.
- Celebrity recognition...