ultralytics/yolo-ios-app
iOS Swift package and app that runs YOLO11 and YOLO26 models for real-time on-device vision inference.

This repository provides a Swift package and iOS app for running YOLO object detection and segmentation models directly on Apple devices using Core ML. The SDK converts Ultralytics YOLO models for deployment on iOS, supporting real-time inference for object detection, instance segmentation, semantic segmentation, classification, pose estimation, and oriented bounding box detection. It offers both legacy YOLO11 with Core ML NMS and newer YOLO26 models with Swift-side postprocessing.