December 2018
Intermediate to advanced
274 pages
7h 46m
English
Now, we are going to create the iOS app. You can download the code from our Packt GitHub repository in the ImageClassificationwithVisionandCoreML folder.
Open the project in Xcode9+; the project structure will look like this:

If you open main.storyboard in your designer, you will see the following UI:

Most code is common iOS code. Check out the following piece of code, which is of specific interest to us, and includes the handwritten digit prediction code:
lazy var classificationRequest: VNCoreMLRequest = ...
Read now
Unlock full access