ileafsolutions/StyleArt
Style Art library process images using COREML with a set of pre trained machine learning models and convert them to Art style.
This helps iOS developers integrate artistic style transfer into their applications. It takes a user-provided image and applies a chosen artistic style, transforming the original image into a stylized version. iOS app developers who want to add a creative image-editing feature to their apps would use this.
228 stars. No commits in the last 6 months.
Use this if you are an iOS developer looking for a straightforward way to add artistic image styling to your app with pre-trained models.
Not ideal if you need highly customizable style transfer models, or if you are not developing for iOS.
Stars
228
Forks
31
Language
Swift
License
—
Category
Last pushed
Feb 09, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/ileafsolutions/StyleArt"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
apple/coremltools
Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.
hollance/YOLO-CoreML-MPSNNGraph
Tiny YOLO for iOS implemented using CoreML but also using the new MPS graph API.
tensorflow/swift-apis
Swift for TensorFlow Deep Learning Library
hollance/Forge
A neural network toolkit for Metal
hanleyweng/CoreML-in-ARKit
Simple project to detect objects and display 3D labels above them in AR. This serves as a basic...