/HotDogOrNot

A minimal Xamarin CoreML app to detect hotdogs

Primary LanguageC#MIT LicenseMIT

Hotdog or Not

This is a small app demonstrating how to use CoreML with Xamarin to build an image detection app. ARKit is used to preview the camera and Vision is used to execute the model.

The model it uses was trained with Microsoft's Custom Vision service.

iOS

All the interesting code is in ViewController.cs.

Android

For Android all analysis is done using Custom Vision services. You must setup a model and then fill in the API Keys inside of HotDogOrNotPage.xaml.cs

Guid projectId = Guid.Parse("");
const string predictionKey = "";

Screenshot of the app detecting a hotdog