Exporting Azure AI Vision Models to run on iOS Devices

Oct 08, 2023323 views13:48

In this video, we'll walk through how to take an AI model built in the cloud and get it running on an iPhone. We'll start by exploring the Azure Portal to set up our Vision project, then move through the steps of testing and exporting the model. We'll cover how to package it for CoreML and walk through the Xcode project setup, ending with a look at running the final result directly on a device.

Open in YouTube

Description

Learn how to export AI Models from cloud services like Azure, and then run them locally on iOS devices. Running AI Models on edge devices is a way to make applications smarter whether they're cloud connected or running completely standalone. This video builds on the previous video that designed a new AI Vision model https://youtu.be/l_2eM1-e1e4?si=AUUgXFh_T2Nb7Ebp and is based on the blog post https://robkerr.ai/export-ai-vision-models-to-ios 00:00 - Introduction 00:50 - Azure Portal 01:10 - Vision Project 01:52 - Test the Model 03:10 - Export the Model 04:04 - CoreML Package 05:17 - Download iOS Code 06:43 - Xcode Project 08:01 - Import CoreML to Xcode 11:37 - Run on iPhone 13:05 - Summary