alexsosn/iOS_ML
List of Machine Learning, AI, NLP solutions for iOS. The most recent version of this article can be found on my blog.
This is a curated list of resources for iOS developers who want to integrate machine learning, AI, and natural language processing capabilities into their mobile applications. It helps bridge the gap between AI tools often written in other languages and the specific requirements of iOS development, providing libraries, web APIs, and learning materials. The end-user persona is an iOS application developer seeking to embed AI features directly into their apps.
1,437 stars. No commits in the last 6 months.
Use this if you are an iOS developer looking for suitable machine learning libraries, tools, or APIs that can be easily integrated into an iOS application.
Not ideal if you are a data scientist or researcher primarily focused on building and training machine learning models in environments like Python or R, rather than implementing them on iOS.
Stars
1,437
Forks
152
Language
—
License
—
Category
Last pushed
Jul 30, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/alexsosn/iOS_ML"
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...