Skip to content

Instantly share code, notes, and snippets.

@rhysm94
Created June 5, 2018 10:42
Show Gist options
  • Save rhysm94/c72c2f1b988c34183fa1d8c06ce1e517 to your computer and use it in GitHub Desktop.
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
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