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?

Accepted Reply

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

  • I haven't because I would like to also allow an NSFilePicker for file selection on mac - however, I think that I'll look into Mac Catalyst more. Thank you for your help!

Add a Comment

Replies

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

  • I haven't because I would like to also allow an NSFilePicker for file selection on mac - however, I think that I'll look into Mac Catalyst more. Thank you for your help!

Add a Comment