Is it possible to import CreateML on an iOS project

Is it possible to use import CreateML on an iOS project? I'm looking at the code form the "Build dynamic iOS apps with the Create ML framework" video from this link https://developer.apple.com/videos/play/wwdc2021/10037/, but I'm not sure what kind of project I need to create. If I created an iOS project and tried running the code, what inputs would I need?

Accepted Reply

Short answer is Yes. As for the input data, it really depends on your use case and the specific task you are interested. Refer to the API document below for input data:

https://developer.apple.com/documentation/createml/

Pls also check out CreateMLComponents, another framework you can leverage on iOS

https://developer.apple.com/documentation/createmlcomponents/

Replies

Short answer is Yes. As for the input data, it really depends on your use case and the specific task you are interested. Refer to the API document below for input data:

https://developer.apple.com/documentation/createml/

Pls also check out CreateMLComponents, another framework you can leverage on iOS

https://developer.apple.com/documentation/createmlcomponents/