But when I write:
< pre>import CreateML
Xcode gave me an error:
No such module’CreateML’
How can I use them in Xcode?
>Go to https://developer.apple.com/download/
>Install macOS Mojave 10.14 beta.
>Install Xcode 10 beta.
>Create macOS platform template.
How to create your own MLMODEL: https://developer.apple.com/documentation/create_ml/creating_an_image_classifier_model
Use the free MLModel provided by Apple: https://developer.apple.com/machine -learning/run-a-model/
I want to use the new CreateML and CreateMLUI Swift framework.
But when I write :
import CreateML
Xcode gave me an error:
No such module ‘CreateML’
How can I use them in Xcode?
To import CoreML or CoreMLUI, you need to obtain the latest software:
>Go to https://developer. apple.com/download/
>install macOS Mojave 10.14 beta.
>install Xcode 10 beta.
>create macOS platform template.
How to create your own MLMODEL: https: //developer.apple.com/documentation/create_ml/creating_an_image_classifier_model
Use the free MLModel provided by Apple: https://developer.apple.com/machine-learning/run-a-model/