Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 599 Bytes

File metadata and controls

31 lines (18 loc) · 599 Bytes

Image Style Transfer

Based on A Neural Algorithm of Artistic Style

Run on Linux

 git clone https://github.com/gonzalog/image-style-transfer.git

 cd image-style-transfer

 python -m venv ./venv

 source ./venv/bin/activate

 pip install -r requirements.txt

 python main.py /path/to/your/content/image.jpg ~/Documents/GAN/01/starry-night.jpg 5000

Example

Content

Style

Result