hollance/CoreMLHelpers
Types and functions that make it a little easier to work with Core ML in Swift.
CoreMLHelpers simplifies common tasks for developers building machine learning features into Apple applications. It helps transform image data into the format Core ML models expect and convert model outputs back into usable images. This is for iOS/macOS developers integrating trained machine learning models into their Swift-based apps.
1,429 stars. No commits in the last 6 months.
Use this if you are a Swift developer working with Core ML and need to streamline data conversions (like images to pixel buffers) or process model outputs such as top predictions and bounding boxes.
Not ideal if you are looking for a fully-fledged framework with a fixed API or if you prefer package managers for dependency handling, as this requires manually copying files.
Stars
1,429
Forks
193
Language
Swift
License
MIT
Category
Last pushed
Sep 06, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/hollance/CoreMLHelpers"
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
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