/notdog

Is it a bird, a plane, OR A DOG?!

Primary LanguageJava

AWS Rekognition Samples

notdog includes an example of a basic API endpoint for Amazon's Rekognition services for Android.

Basic Configuration

You need to set up your AWS security credentials before the sample code is able to connect to AWS.

public class AwsConst {
    public static String IDENTITY_POOL_ID = ""; //TODO: YOUR_IDENTITY_POOL_ID
}

Use Library

License

This sample application is distributed under the MIT license.