deepeshdm/Neural-Style-Transfer
Creating digital art using Neural Network based Style Transfer.
This tool helps you transform ordinary photographs into digital artwork by applying the visual style of another image, such as a famous painting. You provide a "content" image (your photo) and a "style" image (the artwork), and it generates a new image that looks like your photo painted in the chosen style. Artists, digital creators, or anyone wanting to create unique visual content would find this useful.
No commits in the last 6 months.
Use this if you want to quickly and easily create artistic versions of your photos by blending them with the style of other images, without needing advanced graphic design skills.
Not ideal if you need pixel-perfect photo manipulation or a high degree of manual control over specific artistic elements beyond general style transfer.
Stars
55
Forks
13
Language
Jupyter Notebook
License
GPL-2.0
Category
Last pushed
Mar 02, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/deepeshdm/Neural-Style-Transfer"
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...