reiinakano/neural-painters-pytorch
PyTorch library for "Neural Painters: A learned differentiable constraint for generating brushstroke paintings"
This project helps artists, designers, or creative professionals transform ordinary images into unique, brushstroke-style paintings. You provide a regular photo or digital image, and it generates a new image that looks like it was created with artistic brushstrokes, emulating different painting styles. It's for anyone looking to experiment with AI-assisted art generation or create distinct visual assets.
140 stars. No commits in the last 6 months.
Use this if you want to automatically convert photos into artistic, painterly images with distinct brushstroke aesthetics.
Not ideal if you need fine-grained, manual control over every brushstroke or if you are looking for photorealistic image manipulation.
Stars
140
Forks
14
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Dec 12, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/reiinakano/neural-painters-pytorch"
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...