gordicaleksa/pytorch-neural-style-transfer
Reconstruction of the original paper on neural style transfer (Gatys et al.). I've additionally included reconstruction scripts which allow you to reconstruct only the content or the style of the image - for better understanding of how NST works.
This project helps artists, designers, and hobbyists transform ordinary photographs into unique artworks. By combining a content image (like a photo of a bridge) with a style image (like a famous painting), it generates a new image that retains the subject of the photo but applies the artistic style of the painting. This allows users to create visually striking, stylized images without needing advanced art skills.
445 stars. No commits in the last 6 months.
Use this if you want to apply the artistic style of one image to the content of another, creating unique stylized photographs or digital art.
Not ideal if you need a solution for video stylization or complex image editing tasks beyond transferring an overall style.
Stars
445
Forks
94
Language
Python
License
MIT
Category
Last pushed
Jan 30, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/gordicaleksa/pytorch-neural-style-transfer"
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)
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
gsurma/style_transfer
CNN image style transfer 🎨.