This document discusses adding machine learning capabilities to iOS apps using Core ML. It introduces Core ML, describing it as Apple's framework for running machine learning models on iOS and OS X. It notes that Core ML allows inference of models but not training. The document also provides examples of converting pre-trained models to the Core ML format and integrating Core ML models into iOS apps. It demonstrates these concepts through examples of face detection and image classification models.