#10 · Primary category: Model Zoos & Hubs
CoreML-Models
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
models.dev
An open-source database of AI models.
Awesome-CoreML-Models
Largest list of models for Core ML (for iOS 11+)
models
Officially maintained, supported by PaddlePaddle, including CV, NLP, Speech, Rec, TS, big models and so on.
PINTO_model_zoo
A repository for storing models that have been inter-converted between various frameworks. Supported frameworks are TensorFlow, PyTorch, ONNX, OpenVINO, TFJS, TFTRT, TensorFlowLite (Float32/16/INT8), EdgeTPU, CoreML.
huggingface_hub
The official CLI and Python client for the Hugging Face Hub.