Swifter-AI / FlowersVisionDemo

利用神经网络来识别花卉

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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, markov.vadym@gmail.com

Credits

References

About

利用神经网络来识别花卉

License:MIT License


Languages

Language:Swift 72.3%Language:Python 19.9%Language:Shell 4.3%Language:Ruby 3.6%