intelliBrain / HotDogOrNot

A minimal Xamarin CoreML app to detect hotdogs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

All the interesting code is in ViewController.cs.

Screenshot of the app detecting a hotdog

About

A minimal Xamarin CoreML app to detect hotdogs

License:MIT License


Languages

Language:C# 100.0%