Apple-CreateML-AutoML-Recipes

Some recipes around Apple CreateML

Stars
7

Apple-CreateML-AutoML-Recipes

This is part of the book Practical MLOps 1617813629352

Some recipes around Apple CreateML

To get started with CreateML

  1. Download XCode
  2. Open up XCode and Right click on icon to launch CreateML
  1. Use Image Classifier template
  1. Drop cats-dogs-small onto project and test-cats-dogs onto test
  1. Train the model
  1. Test it out by finding internet pictures of cats and dogs
  1. Download model and use it in iOS application or convert it to another format.

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

  • Open model in XCode and predict

Video Walkthrough

Create ML Walkthrough on the O'Reilly platform