muhittincamdali/SwiftAI
🤖 Comprehensive AI/ML framework for iOS with CoreML integration
This is a comprehensive machine learning framework designed for Apple's iOS and macOS platforms. It helps developers integrate AI/ML capabilities directly into their apps, allowing for on-device data processing and model training without relying on external services or complex Python dependencies. Mobile and Mac app developers would use this to build smarter applications that can learn and make predictions locally on user devices.
Use this if you are an iOS or macOS app developer looking to embed machine learning models directly into your applications, including the ability to train these models on the user's device.
Not ideal if you are a data scientist primarily working with Python-based ML ecosystems or if your machine learning models require cloud-scale infrastructure for training and inference.
Stars
8
Forks
—
Language
Swift
License
MIT
Category
Last pushed
Feb 12, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/muhittincamdali/SwiftAI"
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...