#10 · Primary category: Model Zoos & Hubs

CoreML-Models

apple-silicon core-ai coreml coremltools deep-learning gan ios machine-learning mlpackage object-detection on-device-ai semantic-segmentation super-resolution swift

Core ML model zoo for iOS/macOS — PyTorch models converted to ready-to-use .mlpackage, each with a conversion script and SwiftUI sample app. Sibling repos cover Apple's Core AI framework (iOS/macOS 27) and on-device LLMs.

Project last updated:07/31/26

GitHub Stars

1.9K

Forks

172

Contributors

2

License

Other

Why we included this project

For iOS and macOS developers who run models on-device, this repo saves the most tedious step: converting PyTorch or TensorFlow checkpoints into CoreML format. The models come pre-converted as .mlmodel files, usually with a Google Drive download link and, where available, a sample Xcode project that shows how to wire the model into an app. The collection covers image classification, the long line of YOLO detectors plus DETR-style models, segmentation, super-resolution, depth estimation, image generation, and even TTS, voice conversion, and small language models. Before building your own conversion pipeline, it's worth checking here whether the model you want already exists in CoreML form. The conversions follow the upstream projects' licenses, which also helps you gauge which open-weights models are realistic candidates for a mobile build.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category