Created on 03 August 2018
icon_unfollowing
Login to follow
amazon-rekognition-face-matching

Amazon Rekognition Face Matching

Stable version 1.0.0 (Compatible with OutSystems 11)
Other versions available for 10
Uploaded on 30 December 2018 by 
amazon-rekognition-face-matching

Amazon Rekognition Face Matching

Details
A set of server actions that provide access to the AWS Rekognition Machine Learning algorithms to store, index and compare images of faces.
Read more

Amazon Rekognition Face Matching

This component allows the application to create collections of faces which can then be "searched" to see if they match a sample image.

This component provides 6 Server Actions.

CreateFaceCollection creates a collection on AWS that can be used to store facial images. 

DeleteFaceCollection deletes a collection from AWS.

AddFaceToCollectionFromBytes adds a new facial image to the specified collection. The image is passed as BinaryData

AddFaceToCollectionFromS3 adds a new facial image to the specified collection. The image is stourced from an S3 bucket.

MatchFaceFromFromBytes compares the passed image with the faces in the collection. If a match is found then the ID of the image is returned. If no match is found then the action returns an empty string. The source of the image to be displayed is passed as BinaryData

MatchFaceFromS3 does the same thing with the image to be compared stored in an S3 bucket.

Each of the Server Actions take an AWSCredentials structure to authenticate with AWS. The AWSCredentials consist of the Access Key, the Secret Access Key and the Region e.g. us-east-1

Release notes (1.0.0)
  • OS 11 Upgrade
  • Added demo page.
    • Credentials need to be configured on the site properties
Reviews (0)
Category
Integrations, AI & Machine learning
Tags
Support options
This asset is not supported by OutSystems. You may use the discussion forums to leave suggestions or obtain best-effort support from the community, including from  who created this asset.
Dependencies
See all 1 dependencies
Application Objects
Amazon Rekognition Face Matching has 9 AOs.
Team
Compatible with
Version 11
Database:
All
Asset consumers
No consumers yet.
Weekly downloads