In this chapter, we learned to build a complete iOS application from scratch. We also learned how to convert a Caffe model into a Core ML model. Now we know how to import a Core ML model into an iOS app and get the predicted results from the model. By doing this, we save data bandwidth without using the internet, and the data remains on a local device without affecting user privacy.
In the next chapter, with this knowledge, we'll move on to building an application to apply an artistic style to an existing image through neural networks.