hollance/MobileNet-CoreML
The MobileNet neural network using Apple's new CoreML framework
This helps iOS app developers add image recognition capabilities to their apps, even on older devices. By integrating the MobileNet neural network, their apps can take an image from a photo or live camera feed and identify what's in it, like recognizing a cat. It's for iOS developers creating mobile applications that need to understand and categorize visual information quickly.
712 stars. No commits in the last 6 months.
Use this if you are an iOS developer building an app that needs efficient, on-device image classification for speed and user experience.
Not ideal if you are developing for Android or a non-mobile platform, or if you need to train a custom image recognition model from scratch.
Stars
712
Forks
100
Language
Swift
License
—
Category
Last pushed
Sep 22, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/hollance/MobileNet-CoreML"
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