john-rocky/CoreML-Models
Converted CoreML Model Zoo.
This collection provides pre-trained machine learning models that are ready to use in Apple applications. You can easily integrate these models to perform tasks like identifying objects in images, separating elements in photos, or even converting photos to cartoons. iOS developers building apps that need advanced image, audio, or text processing will find this valuable.
1,698 stars. No commits in the last 6 months.
Use this if you are an iOS developer looking to quickly add advanced machine learning capabilities like image classification, object detection, or speech processing to your Xcode projects without extensive model training.
Not ideal if you need to train custom machine learning models from scratch or if your development environment is not focused on Apple's Core ML framework.
Stars
1,698
Forks
161
Language
—
License
—
Category
Last pushed
Jun 16, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/john-rocky/CoreML-Models"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
apple/coremltools
Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.
hollance/YOLO-CoreML-MPSNNGraph
Tiny YOLO for iOS implemented using CoreML but also using the new MPS graph API.
tensorflow/swift-apis
Swift for TensorFlow Deep Learning Library
hollance/Forge
A neural network toolkit for Metal
hanleyweng/CoreML-in-ARKit
Simple project to detect objects and display 3D labels above them in AR. This serves as a basic...