ileafsolutions / StyleArt

Style Art library process images using COREML with a set of pre trained machine learning models and convert them to Art style.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StyleArt

Style Art is a library that process images using COREML with a set of pre trained machine learning models and convert them to Art style.

Preview

Installation

Compatibility

  • iOS 11.0+

  • Xcode 9.0+, Swift 4+

Manual installation

Download and drop the 'StyleArt' folder into your Xcode project.

Usage

 StyleArt.shared.process(image: imageView.image, style: .Candy) { (result) in
            
  }

Sytles Available

enum ArtStyle{
    
    case Mosaic
    case scream
    case Muse
    case Udanie
    case Candy
    case Feathers
}

More usage info can found on the example project.

Credits

jcjohnson https://github.com/jcjohnson/neural-style

Author

iLeaf Solutions http://www.ileafsolutions.com

About

Style Art library process images using COREML with a set of pre trained machine learning models and convert them to Art style.


Languages

Language:Swift 99.5%Language:Ruby 0.5%