abhiskk/fast-neural-style
pytorch implementation of fast-neural-style
This tool helps artists, designers, and hobbyists transform ordinary photos into artistic masterpieces. You provide a "content" photo (like a landscape) and a "style" photo (like a famous painting), and it generates a new image where the content photo is re-rendered in the artistic style of the second. This allows for creative visual experimentation without needing advanced painting or digital art skills.
429 stars. No commits in the last 6 months.
Use this if you want to apply the visual style of one image (e.g., a painting) to the content of another photograph, creating unique artistic compositions.
Not ideal if you need precise control over individual brushstrokes or elements within the styled image, as the transformation is largely automated.
Stars
429
Forks
83
Language
Python
License
MIT
Category
Last pushed
Jul 25, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/abhiskk/fast-neural-style"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
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...