hollance/coreml-training
Source code for my blog post series "On-device training with Core ML"
This project helps iOS app developers integrate on-device machine learning model training into their applications. It provides example code for an iOS app that takes image data and trains or updates a Core ML model directly on the user's device. This is ideal for app developers who want to offer personalized AI experiences or reduce reliance on cloud-based model updates.
100 stars. No commits in the last 6 months.
Use this if you are an iOS developer looking to implement machine learning models that can be trained or updated directly on your users' iPhones or iPads.
Not ideal if you are looking for a general-purpose machine learning framework for server-side training or if you are not developing for the Apple ecosystem.
Stars
100
Forks
11
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Dec 01, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/hollance/coreml-training"
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
hanleyweng/CoreML-in-ARKit
Simple project to detect objects and display 3D labels above them in AR. This serves as a basic...
hollance/Forge
A neural network toolkit for Metal