Create ML Image Analysis On Mac

Hello. I created a Core ML app for iOS with my machine learning classification model. However, I'm trying to make a macOS version of the app, but the analysis relies heavily on UIKit, which is not available on macOS. How should I apply the image analysis to image files on macOS?

Answered by Frameworks Engineer in 707076022

Have you considered recompiling your iOS app as a Mac Catalyst app?

Accepted Answer

Have you considered recompiling your iOS app as a Mac Catalyst app?

Create ML Image Analysis On Mac
 
 
Q