gsurma/style_transfer
CNN image style transfer 🎨.
This tool helps artists, designers, and hobbyists transform the visual style of their images. You provide a photo and a separate 'style' image, and it generates a new image where your photo's content takes on the aesthetic characteristics of the style image. It's ideal for anyone looking to experiment with artistic effects or give their photos a unique visual flair without manual editing.
281 stars. No commits in the last 6 months.
Use this if you want to apply the artistic style from one image (like a famous painting or abstract pattern) onto another photograph or picture.
Not ideal if you need precise control over individual elements of the style transfer or if you require real-time processing for video streams.
Stars
281
Forks
73
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Jul 09, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/gsurma/style_transfer"
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...