hollance/CoreMLHelpers
Types and functions that make it a little easier to work with Core ML in Swift. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3315
- days_rel: n/a
- days_push: 1457
- n_releases_24m: 0
Adoption not part of the score
1433 stars · 189 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A collection of Swift types and helper functions that simplify working with Apple's Core ML framework, such as image-to-CVPixelBuffer conversion, MLMultiArray utilities, and non-maximum suppression. It is designed to be copied file-by-file into projects rather than used as a package.
Use cases
- convert images to CVPixelBuffer for Core ML input
- convert MLMultiArray output to an image
- get top-5 predictions and argmax from model output
- apply non-maximum suppression to bounding boxes
- use a Swift-friendly wrapper around MLMultiArray
When to choose
- you're building an iOS app with Core ML and need image preprocessing helpers
- you want ready-made NMS or argmax utilities for vision models
- you prefer copying small source files instead of adding a dependency
When to avoid
- you need a package installable via Swift Package Manager, Carthage, or CocoaPods
- you want a stable, well-tested API with unit tests
- you're not developing on Apple platforms with Swift
Facets
library · maturity maintenance
image-processing machine-learning sdk developer-tools machine-learning mobile-development computer-vision coreml swift cvpixelbuffer mlmultiarray non-maximum-suppression apple helper-library ios apple-ecosystem mobile
1 source
- readme: https://github.com/hollance/CoreMLHelpers · fetched 2026-08-28 · 89a687bb0af6
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| hollance/CoreMLHelpers | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="hollance/CoreMLHelpers")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem