|
|
|
|
|
by AMLFI
26 days ago
|
|
Interesting use of the on-device foundation model. I've been using Apple's Vision framework for OCR in a Mac App Store app and the sandboxing constraint is what makes on-device models so appealing for this kind of tool. No network entitlement needed, works offline, passes App Review without needing to justify external data flows. Curious whether you're using the Foundation Models framework from WWDC25 or an older approach. |
|