igreat/fast-style-transfer
PyTorch implementation of the fast neural style transfer paper 🏎💨🖌️🎨🧠
This project helps artists, designers, and content creators quickly transform ordinary photos and videos into artistic masterpieces. You provide a 'content' image or video and a 'style' image (like Van Gogh's Starry Night), and it outputs a new image or video that combines the content with the distinct visual style. It's ideal for anyone looking to add creative flair to their visual media without complex manual editing.
No commits in the last 6 months.
Use this if you need to rapidly apply the artistic style from one image to another image or an entire video, especially for real-time applications or high-volume content creation.
Not ideal if your top priority is the absolute highest artistic fidelity and you are willing to wait longer for rendering, as this method prioritizes speed over ultimate quality.
Stars
29
Forks
6
Language
Python
License
MIT
Category
Last pushed
May 17, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/igreat/fast-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...