Skip to content

RemondaTalaat/artistic-style-transfer-using-texture-synthesis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Artistic Style Transfer

This is a simple implmentation for Style-Transfer via Texture-Synthesis paper in python, which is a classical method in style transfer without the use of neural networks.

Paper: https://arxiv.org/abs/1609.03057

Installation

    pip install -r requirements.txt

Usage

  • For GUI:
   python gui.py
  • Terminal Execution:
   python main.py --content_path <path_to_content> --style_path <path_to_style>

Specify other arguments, if needed.

Output Sample

Alt text Alt text Alt text

Cheers ^ ^

About

A python implementation of artistic style transfer using texture synthesis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%