johndpope / StylesVisionDemo

🖼 iOS11 demo application for image style classification.

Home Page:https://github.com/cocoa-ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Styles Vision Demo

A Demo application using Vision and CoreML frameworks to detect the most likely style of the given image.

StylesVisionDemo

Model

This demo is based on the "Finetuning CaffeNet on Flickr Style" neural network classifier, which was converted from original Caffe model to CoreML model using coremltools python package.

Requirements

  • Xcode 9
  • iOS 11

Installation

git clone https://github.com/cocoa-ai/StylesVisionDemo.git
cd StylesVisionDemo
pod install
open StylesVisionDemo.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.

Author

Vadym Markov, markov.vadym@gmail.com

Credits

Original "Finetuning CaffeNet on Flickr Style" Caffe model

References

About

🖼 iOS11 demo application for image style classification.

https://github.com/cocoa-ai

License:MIT License


Languages

Language:Swift 95.3%Language:Ruby 4.7%