ProGamerGov/neural-style-pt
PyTorch implementation of neural style transfer algorithm
This tool helps you transform ordinary photographs into works of art by applying the artistic style from famous paintings or other images. You provide a "content" image (like a photo of a landscape) and one or more "style" images (like Van Gogh's "Starry Night"), and it generates a new image that looks like your photo but painted in the chosen style. It's ideal for artists, designers, or hobbyists looking to create unique visual content.
863 stars. No commits in the last 6 months.
Use this if you want to creatively combine the visual elements of a photograph with the distinct artistic brushstrokes, textures, and color palettes from another image or artwork.
Not ideal if you need precise photo-editing capabilities, realistic image manipulation, or tools for drawing and painting from scratch.
Stars
863
Forks
171
Language
Python
License
MIT
Category
Last pushed
Oct 15, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/ProGamerGov/neural-style-pt"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related frameworks
rgeirhos/Stylized-ImageNet
Code to create Stylized-ImageNet, a stylized version of standard ImageNet (ICLR 2019 Oral)
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...
gsurma/style_transfer
CNN image style transfer 🎨.