This document provides an introduction to CoreML, Apple's framework for integrating machine learning models into iOS, macOS, tvOS, and watchOS apps. It discusses what CoreML is, how to convert existing models into the CoreML format using tools like CoreML Tools and TensorFlow converters, and how to use models with CoreML in apps. Examples are provided of using CoreML for tasks like image classification and text prediction.