Issue
I am beginning to insert myself in the world of AWS, specifically in Amazon Rekognition. I can't find any example on how to use it. So, is there an example made in android studio, on how to use Amazon Rekognition, to detect objects in an image?
Solution
There are many examples of how to use Amazon Rekognition with the AWS SDK for Java V2. Here are the Java V2 standalone Amazon Rekognition examples:
If you have never used the AWS SDK for Java V2, please refer to this topic in the DEV Guide that shows you how to get up and running:
Get started with the AWS SDK for Java 2.x
Here are some examples of how to use Amazon Rekognition with the Java API (V2) to perform various use cases - such as locating objects like PPE gear within given images. Some show use within a Lambda function and others show use within a web app:
Creating an example AWS photo analyzer application using the AWS SDK for Java
Creating AWS video analyzer applications using the AWS SDK for Java
Creating an AWS Lambda function that detects images with Personal Protective Equipment
Just a tip - when looking for AWS SDK Code examples in a supported programming language, please refer to:
Answered By - smac2020
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.