Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ileafsolutions/StyleArt

Style Art library process images using COREML with a set of pre trained machine learning models and convert them to Art style.
https://github.com/ileafsolutions/StyleArt

coreml image-processing ios machine-learning neural-network prisma

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

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

```swift
StyleArt.shared.process(image: imageView.image, style: .Candy) { (result) in

}
```
#### Sytles Available
```swift
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](https://github.com/jcjohnson/neural-style)

## Author
iLeaf Solutions
[http://www.ileafsolutions.com](http://www.ileafsolutions.com)