Skip to content

Object Detection App made from Xamarin Forms and Microsoft Computer Vision Cognitive Service

Notifications You must be signed in to change notification settings

mecvillarina/XFObjectDetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Object Detection App made from Xamarin Forms and Microsoft Computer Vision Cognitive Service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages