Suvoo/Image-Style-Transfer-Using-CNNs
Implementation of Image Style Transfer Using CNNs using Pytorch.
This tool helps artists, designers, and hobbyists combine the visual style of one image with the content of another. You provide a 'content' image (e.g., a photograph of a cat) and a 'style' image (e.g., Van Gogh's Starry Night), and it generates a new image that looks like the content image but painted in the style of the other. It's for anyone looking to create unique artistic renditions of their photos.
No commits in the last 6 months.
Use this if you want to creatively transform your photos into works of art inspired by famous paintings or other visually distinct images.
Not ideal if you need pixel-perfect photo manipulation or realistic image blending without stylistic interpretation.
Stars
19
Forks
1
Language
Jupyter Notebook
License
GPL-3.0
Category
Last pushed
Sep 08, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Suvoo/Image-Style-Transfer-Using-CNNs"
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...