Skip to content

gonzalog/image-style-transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages