From the course: Machine Learning in Mobile Applications

Unlock the full course today

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

Client tie to Natural Language model

Client tie to Natural Language model - Xamarin Tutorial

From the course: Machine Learning in Mobile Applications

Start my 1-month free trial

Client tie to Natural Language model

- We are now going to use the Core ML models we created in Xcode. As before, we're going to go up to Exercise Files, click on Client Project Start, right cligk, and copy Client Project Start, close the window and we'll paste that to the desktop. And we're going to rename that folder to Core ML project. And we can open the folder up, and we'll double click on ML sample solution to open this up in Visual Studio. Earlier, we created models for doing language recognition and image recognition with core ML. And we're going to copy those files to our iOS project. So right here is our iOS project, so I'm going to take this and drag it, and drop it right over the ML sample iOS. And we're going to copy the file to the directory and press OK, and we're going to do the same with our image classifier. Drop it on, copy and say OK. We do want to go to each one of these and right click on it, and look at its properties and make sure that the build action is Core ML Model, which it is here. So it's…

Contents