Home

Awesome

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.

<img src="./Asset/art.png?raw=true">

Preview

<img src="./Asset/preview.png?raw=true">

Installation

Compatibility

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