deeparteffects/deepart-api-android-example
Style transfer API for Android: An example android app for neural style transfer using the Deep Art Effects API.
This Android app allows you to transform your regular photos into artistic masterpieces using various painting styles. You provide a standard photograph, and the app applies advanced AI to generate a new image that looks like it was painted by a famous artist. It's perfect for anyone who wants to add a creative, artistic touch to their personal photos directly on their Android device.
No commits in the last 6 months.
Use this if you want to quickly and easily apply artistic styles to your photos on an Android phone or tablet.
Not ideal if you need fine-grained control over the style transfer process or want to apply styles to images outside of an Android environment.
Stars
13
Forks
8
Language
Java
License
—
Category
Last pushed
Oct 15, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/deeparteffects/deepart-api-android-example"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
rgeirhos/Stylized-ImageNet
Code to create Stylized-ImageNet, a stylized version of standard ImageNet (ICLR 2019 Oral)
ProGamerGov/neural-style-pt
PyTorch implementation of neural style transfer algorithm
cysmith/neural-style-tf
TensorFlow (Python API) implementation of Neural Style
reiinakano/arbitrary-image-stylization-tfjs
Arbitrary style transfer using TensorFlow.js
gordicaleksa/pytorch-neural-style-transfer
Reconstruction of the original paper on neural style transfer (Gatys et al.). I've additionally...