rockname/PhotoSelectionClassifier
This is a sample app to create a photo selection classifier using CreateML on an iOS Device.
This tool helps iOS developers create custom photo selection classifiers directly on an iPhone or iPad. You provide example photos of what you want to select, and the tool trains a model to automatically identify and group similar images. The output is a trained classifier that can be integrated into an iOS app for automated image sorting or filtering.
No commits in the last 6 months.
Use this if you are an iOS developer looking to build an app feature that automatically selects specific types of photos based on user-trained examples.
Not ideal if you need a photo classification solution that runs on a web server or outside of the Apple ecosystem.
Stars
22
Forks
1
Language
Swift
License
—
Category
Last pushed
Aug 13, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/rockname/PhotoSelectionClassifier"
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...