Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 867 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 867 Bytes

Object Detection using Xamarin Forms and Microsoft Cognitive Service

Usage:

You can get the Microsoft Cognitive Service trial API key here: https://azure.microsoft.com/en-gb/try/cognitive-services/

You need to update the value of the API key in Common/Constants.cs file

public static class Constants
{
	public const string ComputerVisionSubscriptionKey1 = "<ComputerVisionApiKey1>";
}

Sample Application

alt text

alt text

Demo