mikeroyal/CoreML-Guide
Core ML Guide
This guide helps mobile application developers integrate machine learning capabilities into their iOS, macOS, watchOS, and tvOS applications. It provides resources on how to convert existing machine learning models into the Apple Core ML format and use them within their apps. Developers can take various machine learning models and frameworks and use this guide to implement them efficiently on Apple devices.
No commits in the last 6 months.
Use this if you are an Apple application developer looking to add pre-trained machine learning models or train new ones for your iOS, macOS, watchOS, or tvOS apps.
Not ideal if you are not developing applications for the Apple ecosystem or are not a software developer.
Stars
85
Forks
12
Language
Swift
License
—
Category
Last pushed
Feb 06, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/mikeroyal/CoreML-Guide"
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...