forked from awsdocs/aws-doc-sdk-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
javascript/example_code/rekognition/estimate-age-example/src/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Amazon Rekognition Detect Faces example | ||
Amazon Rekognition makes it easy to add image and video analysis to your applications using AWS SDK for JavaScript version 2 (v2). | ||
|
||
This example demonstrates how to estimate the ages of faces in an photo. | ||
|
||
# Running the example | ||
|
||
1. Open the AWS CloudFormation Console, choose the stack, and choose the **Resources** tab. | ||
|
||
2. Copy the **Physical ID** of the **CognitoDefaultUnauthenticatedRole**. | ||
|
||
3. In the *estimate-age.html* file, replace **IDENTITY_POOL_ID** with the **Physical ID** of the **CognitoDefaultUnauthenticatedRole**. | ||
|
||
4. Also in the *estimate-age.html* file, replace **REGION** with your AWS Region. | ||
|
||
5. Open *estimate-age.html* in your browser, and follow the instructions onscreen. | ||
|
||
|
||
## Resources | ||
- [AWS SDK for JavaScript v2 API Reference Guide](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/Rekognition.html) | ||
- [Amazon Rekognition Developer Guide - AWS SDK for JavaScript (v2) version of this example](https://docs.aws.amazon.com/rekognition/latest/dg/image-bytes-javascript.html) |