Popularity
3.8
Stable
Activity
0.0
Stable
226
6
30

Programming language: Swift
Tags: Media     Image    

StyleArt alternatives and similar libraries

Based on the "Image" category.
Alternatively, view StyleArt alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of StyleArt or a related project?

Add another 'Image' Library

README

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