Hey everyone, I am a beginner with developing and using Artificial Intelligence models. How do I integrate my createML image classification with swift. I already have have an ML model and I want to integrate it into a swiftUI app. If anyone could help, that would be great. Thank you, O3DP
Have you tried this sample app?
I'd also recommend try the Vision built-in image classification API first to see if it works out of box. If not, use your own model.