harveyslash/Deep-Image-Analogy-PyTorch
Visual Attribute Transfer through Deep Image Analogy in PyTorch!
This project helps graphic designers or digital artists transfer the visual style, textures, and appearance from one image to another, based on a reference pair of images. You provide two source images (e.g., a photo and its artistic rendition) and a target image; the tool then generates a new image that applies the learned style onto the target. It's ideal for visual creatives looking to generate unique image variations or artistic effects.
113 stars. No commits in the last 6 months.
Use this if you want to apply the artistic style or texture of one image onto a different subject, guided by an example of how that style transforms content.
Not ideal if you need precise control over every detail of the output, or if you're looking for simple image filters rather than deep stylistic transformations.
Stars
113
Forks
26
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Dec 17, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/harveyslash/Deep-Image-Analogy-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...