widium/Neural-Style-Transfer
Recreate "A Neural Algorithm of Artistic Style" Paper with Tensorflow with visualization for each parts.
This project helps artists, designers, or hobbyists transform their images into unique artistic creations. You provide a 'content' image (e.g., a photograph) and a 'style' image (e.g., a painting by a famous artist), and it merges them to produce a new image with the content of the first and the artistic style of the second. This tool is for anyone looking to experiment with digital art or generate visually striking imagery without manual editing.
No commits in the last 6 months.
Use this if you want to apply the aesthetic qualities of one image, like a painting, onto another image, such as a photograph, to create a new, stylized artwork.
Not ideal if you need fine-grained control over individual brushstrokes or specific artistic elements, as the style transfer is an automated process.
Stars
7
Forks
—
Language
Jupyter Notebook
License
—
Category
Last pushed
Nov 14, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/widium/Neural-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...