Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 1.77 KB

README.md

File metadata and controls

58 lines (41 loc) · 1.77 KB

Flowers Vision Demo

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

FlowersVisionDemo

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

  • Xcode 9
  • iOS 11

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, [email protected]

Credits

References