gaelfoppolo / CoreML-Flowers

Sample app that predicts the flower type on an image, using Core ML and the Oxford 102 category flower dataset.

Repository from Github https://github.comgaelfoppolo/CoreML-FlowersRepository from Github https://github.comgaelfoppolo/CoreML-Flowers

​ CoreML-Flowers

PlatformLanguageLicense

About

Sample app that predicts the flower type on an image, using Core ML and the Oxford 102 category flower dataset.

Requirements

  • iOS 11.0+
  • Xcode 9.0+
  • Swift 3.0+

Usage

You'll need to produce the .mlmodel in order to use the app.

Download the .caffemodel (~230Mb) here, move it into the conversion folder, and run the script as follows:

$ python FlowerModeltoCoreML.py

Drag the FlowerClassifier.mlmodel into the Xcode project and you can run it!

License

Available under the MIT license. See the LICENSE file for more info.

About

Sample app that predicts the flower type on an image, using Core ML and the Oxford 102 category flower dataset.

License:MIT License


Languages

Language:Swift 88.2%Language:Python 11.8%