All Projects → ileafsolutions → Styleart

ileafsolutions / Styleart

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

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Styleart

Awesome Ml
Discover, download, compile & launch different image processing & style transfer CoreML models on iOS.
Stars: ✭ 142 (-32.06%)
Mutual labels:  coreml, image-processing
Alyn
Detect and fix skew in images containing text
Stars: ✭ 202 (-3.35%)
Mutual labels:  image-processing
Prisma Auth0 Example
Boilerplate Prisma Startup
Stars: ✭ 184 (-11.96%)
Mutual labels:  prisma
Nude.js
Nudity detection with JavaScript and HTMLCanvas
Stars: ✭ 2,236 (+969.86%)
Mutual labels:  image-processing
Coremltools
Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.
Stars: ✭ 2,483 (+1088.04%)
Mutual labels:  coreml
Ailearnnotes
Artificial Intelligence Learning Notes.
Stars: ✭ 195 (-6.7%)
Mutual labels:  image-processing
Android Cutout
Android image background removing library
Stars: ✭ 183 (-12.44%)
Mutual labels:  image-processing
Signature extractor
A super lightweight image processing algorithm for detection and extraction of overlapped handwritten signatures on scanned documents using OpenCV and scikit-image.
Stars: ✭ 205 (-1.91%)
Mutual labels:  image-processing
Krita Batch Exporter
A Free Krita plugin to batch export layers and groups with maximum flexibility. Scale, trim, export multiple copies of your layers...
Stars: ✭ 201 (-3.83%)
Mutual labels:  image-processing
Resdet
Detect source resolution of upscaled images
Stars: ✭ 191 (-8.61%)
Mutual labels:  image-processing
Stackblur Go
A fast, almost Gaussian Blur implementation in Go
Stars: ✭ 189 (-9.57%)
Mutual labels:  image-processing
Gulp Webp
Convert images to WebP
Stars: ✭ 187 (-10.53%)
Mutual labels:  image-processing
Marvel
Marvel - Face Recognition With Android & OpenCV
Stars: ✭ 199 (-4.78%)
Mutual labels:  image-processing
Go Exif
A very complete, highly tested, standards-driven (but customizable) EXIF reader/writer lovingly written in Go.
Stars: ✭ 186 (-11%)
Mutual labels:  image-processing
Gyroflow
Video stabilization using gyro data from GoPro or external logs
Stars: ✭ 204 (-2.39%)
Mutual labels:  image-processing
Vocalization Sign Language Ios
Vocalization sign language iOS App with deep learning using CoreML.
Stars: ✭ 184 (-11.96%)
Mutual labels:  coreml
Omrchecker
Grade exams fast and accurately using a scanner 🖨 or your phone 🤳.
Stars: ✭ 189 (-9.57%)
Mutual labels:  image-processing
Piccante
The hottest High Dynamic Range (HDR) Library
Stars: ✭ 195 (-6.7%)
Mutual labels:  image-processing
Retinal
🏙 Retinal is a Serverless AWS Lambda service for resizing images on-demand or event-triggered
Stars: ✭ 208 (-0.48%)
Mutual labels:  image-processing
Netron
Visualizer for neural network, deep learning, and machine learning models
Stars: ✭ 17,193 (+8126.32%)
Mutual labels:  coreml

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].