https://github.com/noahgift/apple-createml-automl-recipes
Some recipes around Apple CreateML
https://github.com/noahgift/apple-createml-automl-recipes
Last synced: 3 months ago
JSON representation
Some recipes around Apple CreateML
- Host: GitHub
- URL: https://github.com/noahgift/apple-createml-automl-recipes
- Owner: noahgift
- Created: 2021-04-20T11:24:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-26T10:58:58.000Z (over 4 years ago)
- Last Synced: 2025-04-08T14:39:50.144Z (7 months ago)
- Language: Jupyter Notebook
- Size: 23.8 MB
- Stars: 8
- Watchers: 2
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Apple-CreateML-AutoML-Recipes
This is part of the book [Practical MLOps](https://learning.oreilly.com/library/view/practical-mlops/9781098103002/)

Some recipes around Apple CreateML

## To get started with CreateML
1. Download [XCode](https://developer.apple.com/xcode/)
2. Open up XCode and Right click on icon to launch CreateML

3. Use Image Classifier template

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

5. Train the model

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

7. 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:
* You could train a more complex model by downloading a larger Kaggle dataset: https://www.microsoft.com/en-us/download/details.aspx?id=54765
* You could try other types of AutoML
### Download and Convert a pre-trained model
* Follow this notebook: https://github.com/noahgift/Apple-CreateML-AutoML-Recipes/blob/main/CreateML_Conversion.ipynb
* Download the model after converting

* Open model in XCode and predict

### Video Walkthrough
[Create ML Walkthrough on the O'Reilly platform](https://learning.oreilly.com/videos/automl-with-apple/60424VIDEOPAIML/60424VIDEOPAIML-c1_s0)
