SwiftBrain/awesome-CoreML-models
Collection of models for Core ML
This collection provides ready-to-use machine learning models that run directly on Apple devices. It helps iOS developers integrate advanced capabilities like object detection, image classification (e.g., food, flowers), sentiment analysis, and facial attribute recognition (age, gender, emotion) into their apps. You get a Core ML model file and an example Xcode project, which lets you see the model in action and quickly incorporate it into your own application.
586 stars. No commits in the last 6 months.
Use this if you are an iOS app developer looking to add pre-trained machine learning features to your application that can run offline on a user's iPhone or iPad.
Not ideal if you need to train custom machine learning models or are looking for models to deploy on non-Apple platforms or cloud services.
Stars
586
Forks
61
Language
—
License
MIT
Category
Last pushed
Dec 07, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/SwiftBrain/awesome-CoreML-models"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
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...