Exporting Azure AI Vision Models to run on iOS Devices
This video walks through the process of exporting AI Vision models from Azure cloud services and integrating them into iOS applications using CoreML. Viewers will learn how to test, export, and run these models locally on iOS devices, enhancing their understanding of edge computing in AI applications.
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