mortenjust/trainer-mac
Trains a model, then generates a complete Xcode project that uses it - no code necessary
This app helps you create an iPhone app that uses image recognition, even if you don't know how to code. You provide your own images or videos of objects, and it generates a complete Xcode project ready to be opened. This is ideal for educators, small business owners, or hobbyists who want to quickly build a custom image recognition tool for everyday objects.
124 stars. No commits in the last 6 months.
Use this if you need to create a simple iPhone app that recognizes specific objects from live camera feeds or images, without writing any code.
Not ideal if you require advanced machine learning customization, deep integration with existing software, or are building a complex production-ready application.
Stars
124
Forks
9
Language
Swift
License
—
Category
Last pushed
Apr 03, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/mortenjust/trainer-mac"
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...