Created
June 5, 2018 10:42
-
-
Save rhysm94/c72c2f1b988c34183fa1d8c06ce1e517 to your computer and use it in GitHub Desktop.
Three lines of coded needed to open an ImageClassifierBuilder in a Playground in macOS Mojave
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import CreateMLUI | |
let builder = MLImageClassifierBuilder() | |
builder.showInLiveView() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment