-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added a readme for Module 4 IDV webapp (#11)
Co-authored-by: Vineet <[email protected]>
- Loading branch information
1 parent
bbe68fc
commit 450f19e
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
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,23 @@ | ||
# Amazon Rekognition Identity Verification (RIV) | ||
|
||
|
||
|
||
The solution provides a sample of workflows to enable user registration, authentication, and updates to the user profile image. | ||
|
||
- Register a new user using a face selfie | ||
- Register a new user after face match against an ID card with ID card data extraction | ||
- Authenticate returning user | ||
|
||
## Solution Deployment | ||
|
||
--- | ||
|
||
|
||
- <a href="https://console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/create/template?stackName=Riv-Prod&templateURL=https://aws-ml-blog.s3.amazonaws.com/artifacts/rekognition-identity-verification-solution/Riv-Prod.template.json" target="_blank" rel="noopener noreferrer"><img class="alignnone wp-image-37966 size-full" src="https://d2908q01vomqb2.cloudfront.net/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59/2022/06/14/ML-8625-image006-launch-stack.png" alt="Launch stack button" width="107" height="20"></a> N. Virginia (<code>us-east-1</code>) | ||
- Invoke the web UI - The web portal is deployed with Amplify. On the Amplify console, locate the hosted web application environment (Riv-Prod) and the URL. Copy the URL and access it from your browser. | ||
|
||
|
||
|
||
|
||
|
||
|