/Apple-CreateML-AutoML-Recipes

Some recipes around Apple CreateML

Primary LanguageJupyter Notebook

Apple-CreateML-AutoML-Recipes

This is part of the book Practical MLOps 1617813629352

Some recipes around Apple CreateML

image

To get started with CreateML

  1. Download XCode
  2. Open up XCode and Right click on icon to launch CreateML

CreateML

  1. Use Image Classifier template

image-classification

  1. Drop cats-dogs-small onto project and test-cats-dogs onto test

upload-data

  1. Train the model

trained-model

  1. Test it out by finding internet pictures of cats and dogs

predict

  1. Download model and use it in iOS application or convert it to another format.

create-ml-model

Here is an example of the an mlmodel file: https://github.com/noahgift/Apple-CreateML-AutoML-Recipes/blob/main/cats-dogs.mlmodel?raw=true

Next steps:

Download and Convert a pre-trained model

download-colab

  • Open model in XCode and predict

stingray-predict

Video Walkthrough

Create ML Walkthrough on the O'Reilly platform

Create ML