From the course: Machine Learning for iOS: Core ML and Create ML

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Base project setup

Base project setup - iOS Tutorial

From the course: Machine Learning for iOS: Core ML and Create ML

Start my 1-month free trial

Base project setup

- [Narrator] Let's now print Xcode and add a test project so we can use the model we just worked on. The first step is to extract the model we created from Create ML and then add it to our iOS project, which we'll do shortly. So let's get started on this. So the first thing we're going to do is extract the model we just created inside of Create ML. So what I'm going to do is minimize Create ML, toss it to the side like this, and then drag and drop the model onto my desktop, like so. So now we have this available to place into an iOS project if we want to. So the next step, I'm going to close Create ML, and then what I'm going to do is go into the Exercise files, go into chapter three and then 03 01, and then there's a file called Test dot zip. So this is an iOS project that I created from a template from Apple where I basically updated the code to Swift 5 and also added a few things in there. So let's go ahead and extract…

Contents