• Stars
    star
    226
  • Rank 170,812 (Top 4 %)
  • Language
    Swift
  • Created over 6 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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