xmartlabs/Bender
Easily craft fast Neural Networks on iOS! Use TensorFlow models. Metal under the hood.
This tool helps iOS app developers integrate and run pre-trained neural networks directly within their mobile applications, leveraging the device's GPU for speed. Developers can import models trained in frameworks like TensorFlow or define their own networks. The output is a fast, efficient neural network ready to perform tasks like image recognition or other AI-driven features on an iPhone or iPad.
1,802 stars. No commits in the last 6 months.
Use this if you are an iOS developer looking to easily add high-performance machine learning features to your apps without relying on cloud services or large, complex frameworks.
Not ideal if you are developing for platforms other than iOS or if you need to train machine learning models directly on the mobile device.
Stars
1,802
Forks
89
Language
Swift
License
MIT
Category
Last pushed
Nov 07, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/xmartlabs/Bender"
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