import Foundation | |
import CreateML | |
import CreateMLUI | |
let builder = MLImageClassifierBuilder() | |
let instructions = builder.showInLiveView() | |
print(instructions) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment