alejandro-isaza/BrainCore
The iOS and OS X neural network framework
BrainCore is for iOS and OS X developers who want to integrate pre-trained neural networks into their applications. It allows you to define and execute neural network architectures on Apple devices, leveraging Metal for high performance. Developers can input data into the network and receive processed outputs, making it suitable for adding AI capabilities to apps.
379 stars. No commits in the last 6 months.
Use this if you are an iOS or OS X app developer looking to deploy pre-trained neural network models efficiently on Apple hardware.
Not ideal if you need to train neural networks within your mobile or desktop application, as BrainCore currently only supports executing pre-trained models.
Stars
379
Forks
48
Language
Swift
License
MIT
Category
Last pushed
Mar 11, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/alejandro-isaza/BrainCore"
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...