8000 GitHub - ahmadmu/AzureFaceRecognitionDemo: Microsoft Azure Face Detect And Recognition SDK Demo
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ahmadmu/AzureFaceRecognitionDemo

Repository files navigation

AzureFaceRecognition

A simple android demo app that uses Microsoft Azure's Face SDK to detect faces on 2 pictures, and then verify the first face found in one picture with the first in the other picture.

The application asks for internet permission to connect to the Azure cloud and do the detection and verification.

The application also gets the pictures from the device storage and asks access to it.

Getting Started

Microsoft Face API:

https://azure.microsoft.com/en-us/services/cognitive-services/face/

To get started, you need the apiEndpoint and the subscriptionKey credentials that you get after signing up to use the API.

Import the project in your Android Studio, then add the apiEndpoint and the subscriptionKey to the MainActivity.java class, and after that start the application (on the virtual machine or an android device).

About

Microsoft Azure Face Detect And Recognition SDK Demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0