tucan9389/awesome-ml-demos-with-ios
The challenge projects for Inferencing machine learning models on iOS
This project provides practical examples and guides for integrating machine learning into iOS applications. It takes pre-trained machine learning models and demonstrates how to deploy them on iPhones and iPads using Apple's Core ML or Google's ML Kit (TensorFlow Lite). Mobile app developers looking to add AI features like image recognition or object detection to their iOS apps would find this valuable.
1,284 stars. No commits in the last 6 months.
Use this if you are an iOS developer who needs to incorporate machine learning capabilities, such as real-time image analysis or text recognition, directly into your mobile applications.
Not ideal if you are looking for a complete, production-ready SDK, as this is a collection of challenge projects and demonstrations.
Stars
1,284
Forks
137
Language
Python
License
MIT
Category
Last pushed
Mar 21, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/tucan9389/awesome-ml-demos-with-ios"
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