john-rocky/CoreML-Models

★ 1,870⑂ 173

Core ML model zoo for iOS/macOS — PyTorch models converted to ready-to-use .mlpackage, each with a conversion script and SwiftUI sample app.

About john-rocky/CoreML-Models

john-rocky/CoreML-Models is an open-source project on GitHub, mainly written in 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. It currently holds 1,870 stars and 173 forks with 0 open issues, and was last pushed on an unknown date (repository created unknown).

Project Overview

AI Homed tracks it on the Local & On-Device AI board.

GitHub Repository Details

Repository john-rocky/CoreML-Models · default branch - · size 0 KB · watchers 0 · source: GitHub REST API and repository README

README

CoreML-Models

Maintained by Daisuke Majima — on-device AI for iOS & Android.

Looking for Core AI on iOS 27 or macOS 27?

For a .aimodel bundle or a custom local model in a new Swift app, the Core AI start page connects the model zoo, CoreAIKit, and downloadable demo apps. It includes the tested environment for each starting point. Coding agents can read the task index.

This repository provides Core ML models and sample apps. Use the catalog below for existing Core ML integrations, earlier OS targets, or models available here; .mlpackage and .aimodel are different formats.

How to use

Take a look this model zoo, and if you found the CoreML model you want, download the model from google drive link and bundle it in your project. Or if the model have sample project link, try it and see how to use the model in the project. You are free to do or not.

If you like this repository, please give me a star so I can do my best.

Section Link

How to get the model

You can get the model converted to CoreML format from the link of Google drive. See the section below for how to use it in Xcode. The license for each model conforms to the license for the original project.

Image Classifier

Efficientnet

https://github.com/john-rocky/CoreML-Models/blob/HEAD/スクリーンショット 2021-12-27 6 34 43

| Google Drive Link | Size | Dataset |Original Project | License | | ------------- | ------------- | ------------- |------------- |------------- | | Efficientnetb0 | 22.7 MB | ImageNet | TensorFlowHub |Apache2.0|

Efficientnetv2

https://github.com/john-rocky/CoreML-Models/blob/HEAD/スクリーンショット 2021-12-31 4 30 22

| Google Drive Link | Size | Dataset |Original Project | License | Year| | ------------- | ------------- | ------------- |------------- |------------- |------------- | | Efficientnetv2 | 85.8 MB | ImageNet | Google/autoML | Apache2.0|2021|

VisionTransformer

An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale.

https://github.com/john-rocky/CoreML-Models/blob/HEAD/スクリーンショット 2022-01-07 10 37 05

| Google Drive Link | Size | Dataset |Original Project | License |Year| | ------------- | ------------- | ------------- |------------- |------------- |------------- | | VisionTransformer-B16 | 347.5 MB | ImageNet | google-research/vision_transformer | Apache2.0|2021|

Conformer

Local Features Coupling Global Representations for Visual Recognition.

https://github.com/john-rocky/CoreML-Models/blob/HEAD/スクリーンショット 2022-01-07 11 34 33

| Google Drive Link | Size | Dataset |Original Project | License |Year| | ------------- | ------------- | ------------- |------------- |------------- |------------- | | Conformer-tiny-p16 | 94.1 MB | ImageNet | pengzhiliang/Conformer | Apache2.0|2021|

DeiT

Data-efficient Image Transformers

https://github.com/john-rocky/CoreML-Models/blob/HEAD/スクリーンショット 2022-01-07 11 50 25

| Google Drive Link | Size | Dataset |Original Project | License |Year| | ------------- | ------------- | ------------- |------------- |------------- |------------- | | DeiT-base384 | 350.5 MB | ImageNet | facebookresearch/deit | Apache2.0|2021|

RepVGG

Making VGG-style ConvNets Great Again

https://github.com/john-rocky/CoreML-Models/blob/HEAD/スクリーンショット 2022-01-08 5 00 53

| Google Drive Link | Size | Dataset |Original Project | License |Year| | ------------- | ------------- | ------------- |------------- |------------- |------------- | | RepVGG-A0 | 33.3 MB | ImageNet | DingXiaoH/RepVGG | MIT|2021|

RegNet

Designing Network Design Spaces

https://github.com/john-rocky/CoreML-Models/blob/HEAD/スクリーンショット 2022-02-23 7 38 23

| Google Drive Link | Size | Dataset |Original Project | License |Year| | ------------- | ------------- | ------------- |------------- |------------- |------------- | | regnet_y_400mf | 16.5 MB | ImageNet | TORCHVISION.MODELS | MIT|2020|

MobileViTv2

CVNets: A library for training computer vision networks

https://github.com/john-rocky/CoreML-Models/blob/HEAD/スクリーンショット 2022-02-23 7 38 23

| Google Drive Link | Size | Dataset |Original Project | License |Year|Conversion Script| | ------------- | ------------- | ------------- |------------- |------------- |------------- |------------- | | MobileViTv2 | 18.8 MB | ImageNet | apple/ml-cvnets | apple|2022|Open In Colab) |

Object Detection

D-FINE

https://github.com/john-rocky/CoreML-Models/blob/HEAD/D-FINE iOS Demo

| Download Link | Size | Output | Original Project | License | Note | Sample Project | | ------------- | ------------- | ------------- | ------------- |------------- |------------- |------------- | |dfine-n-coco|13MB| Confidence(MultiArray (Float32 300 × 80)), Coordinates (MultiArray (Float32 300 × 4)) |Peterande/D-FINE|Apache 2.0|Input 640×640. Coordinates are normalized cxcywh. No NMS — filter by confidence threshold.| peaceofcake DFINEDemo |

RF-DETR

https://github.com/john-rocky/CoreML-Models/blob/HEAD/RF-DETR iOS Demo

| Download Link | Size | Output | Original Project | License | Note | Sample Project | | ------------- | ------------- | ------------- | ------------- |------------- |------------- |------------- | |rfdetr-n-coco|95MB| Confidence(MultiArray (Float32 300 × 91)), Coordinates (MultiArray (Float32 300 × 4)) |roboflow/rf-detr|Apache 2.0|Input 384×384. 91 classes (index 0 = background, 1-90 = COCO category IDs). Coordinates are normalized cxcywh. No NMS.| peaceofcake DFINEDemo |

YOLOv5s

https://github.com/john-rocky/CoreML-Models/blob/HEAD/スクリーンショット 2021-12-29 6 17 08

| Google Drive Link | Size | Output | Original Project | License | Note | Sample Project | | ------------- | ------------- | ------------- | ------------- |------------- |------------- |------------- | |YOLOv5s|29.3MB| Confidence(MultiArray (Double 0 × 80)), Coordinates (MultiArray (Double 0 × 4)) |ultralytics/yolov5|GNU|Non Maximum Suppression has been added.| CoreML-YOLOv5 |

YOLOv7

https://github.com/john-rocky/CoreML-Models/blob/HEAD/スクリーンショット 2021-12-29 6 17 08

| Google Drive Link | Size | Output | Original Project | License | Note | Sample Project | Conversion Script | | ------------- | ------------- | ------------- | ------------- |------------- |------------- |------------- |------------- | |YOLOv7|147.9MB| Confidence(MultiArray (Double 0 × 80)), Coordinates (MultiArray (Double 0 × 4)) |WongKinYiu/yolov7|GNU|Non Maximum Suppression has been added.| CoreML-YOLOv5 | Open In Colab |

YOLOv8

https://github.com/john-rocky/CoreML-Models/blob/HEAD/スクリーンショット 2021-12-29 6 17 08

| Google Drive Link | Size | Output | Original Project | License | Note | Sample Project | | ------------- | ------------- | ------------- | ------------- |------------- |------------- |------------- | |YOLOv8s|45.1MB| Confidence(MultiArray (Double 0 × 80)), Coordinates (MultiArray (Double 0 × 4)) |ultralytics/ultralytics|GNU|Non Maximum Suppression has been added.| CoreML-YOLOv5 |

YOLOv9

YOLOv9: Learning What You Want to Learn Using Programmable Gradient Information. Uses PGI and GELAN architecture for efficient object detection.

| Download Link | Size | Output | Original Project | License | Year | Note | Sample Project | | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | | yolov9s.mlpackage.zip | 14 MB | Confidence (MultiArray (Double 0 × 80)), Coordinates (MultiArray (Double 0 × 4)) | WongKinYiu/yolov9 | GPL-3.0 | 2024 | Non Maximum Suppression has been added. | YOLOv9Demo |

YOLOv10

YOLOv10: Real-Time End-to-End Object Detection. NMS-free architecture using consistent dual assignments — no post-processing needed.

| Download Link | Size | Output | Original Project | License | Year | Note | Sample Project | | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | | yolov10s.mlpackage.zip | 14 MB | MultiArray (1 × 300 × 6) | THU-MIG/yolov10 | AGPL-3.0 | 2024 | NMS-free end-to-end detection. | YOLO26Demo |

YOLO11

YOLO11: Ultralytics latest YOLO with improved backbone and neck architecture. 22% fewer parameters than YOLOv8 with higher mAP.

| Download Link | Size | Output | Original Project | License | Year | Note | Sample Project | | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | | yolo11s.mlpackage.zip | 18 MB | Confidence (MultiArray (Double 0 × 80)), Coordinates (MultiArray (Double 0 × 4)) | ultralytics/ultralytics | AGPL-3.0 | 2024 | Non Maximum Suppression has been added. | YOLOv9Demo |

YOLO26

YOLO26: Edge-first vision AI with NMS-free end-to-end detection. Up to 43% faster CPU inference vs YOLO11 with DFL removal and ProgLoss.

| Download Link | Size | Output | Original Project | License | Year | Note | Sample Project | | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | | yolo26s.mlpackage.zip | 18 MB | MultiArray (1 × 300 × 6) | ultralytics/ultralytics | AGPL-3.0 | 2026 | NMS-free end-to-end detection. | YOLO26Demo |

YOLO-World

YOLO-World: Real-Time Open-Vocabulary Object Detection. Type any text query and detect it — no fixed class list. Uses CLIP text encoder for open-vocabulary matching.

| Download Link | Size | Description | Original Project | License | Year | Sample Project | | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | | yoloworld_detector.mlpackage.zip | 25 MB | YOLO-World V2-S visual detector | AILab-CVC/YOLO-World | GPL-3.0 | 2024 | YOLOWorldDemo | | clip_text_encoder.mlpackage.zip | 121 MB | CLIP ViT-B/32 text encoder | openai/CLIP | MIT | 2021 | — | | clip_vocab.json.zip | 1.6 MB | BPE vocabulary for tokenizer | — | — | — | — |

YOLOE

YOLOE: Real-Time Open-Vocabulary Detection + Instance Segmentation. Detect and segment anything from a text query or a visual prompt (box an example object) — no fixed class list. Available in S (fast) and L (accurate). See YOLOEDemo for the region-embedding + MobileCLIP pipeline.

| Download Link | Size | Description | Original Project | License | Year | Sample Project | | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | | yoloe_detector_s.mlpackage.zip | 20 MB | YOLOE-11s-seg region-embedding detector + segmentation | THU-MIG/yoloe | AGPL-3.0 | 2025 | YOLOEDemo | | yoloe_detector_l.mlpackage.zip | 54 MB | YOLOE-11l-seg region-embedding detector + segmentation | THU-MIG/yoloe | AGPL-3.0 | 2025 | YOLOEDemo | | reprta_s.mlpackage.zip | 6 MB | YOLOE RepRTA text-refinement MLP (S) | THU-MIG/yoloe | AGPL-3.0 | 2025 | — | | reprta_l.mlpackage.zip | 6 MB | YOLOE RepRTA text-refinement MLP (L) | THU-MIG/yoloe | AGPL-3.0 | 2025 | — | | visual_prompt_encoder_s.mlpackage.zip | 20 MB | YOLOE SAVPE visual-prompt encoder (S): image + box → query | THU-MIG/yoloe | AGPL-3.0 | 2025 | YOLOEDemo | | visual_prompt_encoder_l.mlpackage.zip | 54 MB | YOLOE SAVPE visual-prompt encoder (L): image + box → query | THU-MIG/yoloe | AGPL-3.0 | 2025 | YOLOEDemo | | mobileclip_blt_text.mlpackage.zip | 121 MB | Apple MobileCLIP B-LT text encoder (shared) | apple/ml-mobileclip | Apple | 2024 | — | | clip_vocab.json.zip | 1.6 MB | BPE vocabulary for tokenizer (shared) | — | — | — | — |

Multi-Object Tracking

ByteTrack

Byt

GitHub Stars & Activity

1,870Stars
173Forks
0Open issues
SwiftLanguage

GitHub Popularity

GitHub stars1,870
Forks173
Open issues0
Primary languageSwift
License-
Stars gained today0
Created-
Last pushed-

Trending History

Trending statusnot on today's boards

Related AI Projects

1

altic-dev / FluidVoice

Swift★ 11,669⑂ 836
2

JerryZLiu / Dayflow

Swift★ 7,153⑂ 438
3

gluonfield / enchanted

Swift★ 6,002⑂ 426
4

kevinhermawan / Ollamac

Swift★ 1,911⑂ 99
5

ggml-org / Llama-macOS

Swift★ 1,516⑂ 110
6

Muesli-HQ / muesli

Swift★ 1,281⑂ 131
7

kellyvv / PhoneClaw

Swift★ 1,255⑂ 167
8

FuJacob / cotabby

Swift★ 1,030⑂ 67

More AI Rankings