shikharvaish28/neural-style
Py-Torch implementation of neural style algorithm(Style-transfer)
This project lets you take the artistic style from one image and apply it to the content of another. You provide a 'content' image (like a photograph) and a 'style' image (like a painting), and it generates a new image that looks like your photograph rendered in the chosen artistic style. This is useful for artists, designers, or anyone looking to create unique visual compositions.
No commits in the last 6 months.
Use this if you want to creatively combine the visual characteristics of two different images, such as transforming a photo into a painting.
Not ideal if you need to perform simple photo edits like cropping, color correction, or applying standard filters.
Stars
7
Forks
1
Language
Jupyter Notebook
License
—
Category
Last pushed
Oct 09, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/shikharvaish28/neural-style"
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...