From the course: Machine Learning for iOS Developers

Unlock the full course today

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

Our sample app: Dogs vs. Cats

Our sample app: Dogs vs. Cats - iOS Tutorial

From the course: Machine Learning for iOS Developers

Start my 1-month free trial

Our sample app: Dogs vs. Cats

- [Instructor] In this video, I'm very happy to finally show you how we're going to use our machine learning model that we have just created. So this is the sample application that we're going to build in this section and this is one simple image view that I can tab, it has a gesture recognizer, and once I tab it, I can select my photo library. You could, of course, also add a camera here and then I can just go into my photos, select an image of, let's say, two dogs and then I can press the button. Is it a cat or a dog? And then I press it and I get the result, it is a dog. Let's just quickly try this with a cat. So here I have an image of a cat. Is it a cat or a dog? It's a cat. And we have created the machine learning model, the image classifier, that makes this detection possible. In this section, we are going to build exactly this application and I hope you're going to have fun.

Contents