iamchiwon/LetMeTryCoreML
요즘 유행하는 AI 나도 해보자 (feat. CoreML)
This project provides practical examples for adding popular AI features directly into Apple apps. It takes everyday data like text or photos and applies AI models to perform tasks such as text classification, object detection, or image colorization. Mobile app developers who want to integrate on-device AI for improved user experience, privacy, and offline functionality would use this.
No commits in the last 6 months.
Use this if you are an iOS developer looking for clear, working examples of how to embed AI capabilities directly into your mobile applications using CoreML, enhancing performance and user data privacy.
Not ideal if you are looking for a general-purpose machine learning framework for server-side processing or non-Apple platforms, as this project focuses specifically on CoreML for Apple devices.
Stars
60
Forks
—
Language
C
License
MIT
Category
Last pushed
Dec 14, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/iamchiwon/LetMeTryCoreML"
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