wvabrinskas/Neuron
A neural network library for Swift
This is a neural network library for developers building applications for Apple platforms like iOS, macOS, watchOS, and tvOS. It provides the building blocks for creating machine learning models directly within Swift applications. Developers can use this to integrate AI features like image classification, data generation, and more into their native apps.
129 stars.
Use this if you are a Swift developer looking to build and integrate custom neural networks directly into your Apple applications without relying on external frameworks.
Not ideal if you are looking for a high-performance, GPU-accelerated deep learning framework for large-scale model training, as it currently runs primarily on CPU.
Stars
129
Forks
7
Language
Swift
License
MIT
Category
Last pushed
Mar 12, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/wvabrinskas/Neuron"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
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...