SkillAgentSearch skills...

StyleArt

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

Install / Use

/learn @ileafsolutions/StyleArt
About this skill

Quality Score

0/100

Supported Platforms

Universal

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.

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

Preview

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

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

Related Skills

View on GitHub
GitHub Stars228
CategoryEducation
Updated2mo ago
Forks31

Languages

Swift

Security Score

85/100

Audited on Jan 28, 2026

No findings