INSEAIT/art-generation-with-neural-networks
A style transfer application that is able to apply a new style to an image while still preserving its original content.
This tool helps artists, designers, or anyone creative apply the visual style from one image onto the content of another. You provide a 'content' photo (like a landscape) and a 'style' photo (like a famous painting), and it generates a new image that looks like your photo but painted in the style of the artwork. This is ideal for visual artists, graphic designers, or hobbyists looking to experiment with digital art and unique visual effects.
No commits in the last 6 months.
Use this if you want to create artistic variations of your photos or blend the aesthetics of different images without manual editing.
Not ideal if you need a quick, no-setup solution, as it requires some technical steps to get started.
Stars
7
Forks
1
Language
Python
License
Unlicense
Category
Last pushed
May 06, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/INSEAIT/art-generation-with-neural-networks"
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...