CoreML-on-iPhone icon indicating copy to clipboard operation
CoreML-on-iPhone copied to clipboard

This repository contains all of the code used in the blog post, A guide to Machine Learning on iPhone : Intro to Apple's CoreML

CoreML-on-iPhone

This repository contains all of the code used in the blog post, A guide to Machine Learning on iPhone : Intro to Apple's CoreML.

ALT text

Project structure:

Please utilize this code in conjuction with the blog to get a better context.

  • Complete App - A complete working app for sms spam classification based on the model built in the article.
  • Practice App - An incomplete version of the app, specifically missing the CoreML model built in the article and some code in ViewController.swift. Good for following along with the blog.

License:

The code in this repository is under CC BY-SA 3.0 license.

Credits to:

  • Siraj Raval for making a really interesting tutorial for the same.

  • Gokul for TF-IDF logic in swift.