Skip to content

Tinkering with the AWS Rekogniton Service to compare faces.

Notifications You must be signed in to change notification settings

deontaljaard/rekognition-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rekognition-demo

Tinkering with the AWS Rekogniton Service to compare faces.

Usage

Add your images to the src/main/resources folder. In RekognitionApp.scala, change the paths for sourceImage and targetImage to the names of the image files you have placed in the aforementioned folder.

Run the entry point of the app; RekognitionApp and wait a couple of seconds for the output.

Remember

You need a user (say rekognition-client, belonging to a group with a permission policy to access Rekognition) with an access and secret key. Copy the values of these keys into the BasicAWSCredentials constructor in RekognitionHelper.scala and you should be good to go.

About

Tinkering with the AWS Rekogniton Service to compare faces.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages