Home

Awesome

Flowers Vision Demo

iOS11 demo application for flower classification using Vision and CoreML frameworks.

<div align="center"> <img src="https://github.com/cocoa-ai/FlowersVisionDemo/blob/master/Screenshot.png" alt="FlowersVisionDemo" width="300" height="464" /> </div>

Model

This demo is based on Caffe CNNs for the Oxford 102 flower dataset, which was converted to CoreML model using coremltools python package.

Requirements

Installation

git clone https://github.com/cocoa-ai/FlowersVisionDemo.git
cd FlowersVisionDemo
pod install
open Flowers.xcworkspace/

Download the CoreMl model and add the file to "Resources" folder in the project's directory.

Build the project and run it on a simulator or a device with iOS 11.

Conversion

cd Convert
./download.sh
python convert.py

Author

Vadym Markov, markov.vadym@gmail.com

Credits

References