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.
-
iOS 11.0+
-
Xcode 9.0+, Swift 4+
Download and drop the 'StyleArt' folder into your Xcode project.
StyleArt.shared.process(image: imageView.image, style: .Candy) { (result) in
}
enum ArtStyle{
case Mosaic
case scream
case Muse
case Udanie
case Candy
case Feathers
}
More usage info can found on the example project.
jcjohnson https://github.com/jcjohnson/neural-style
iLeaf Solutions http://www.ileafsolutions.com