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
pip install -r requirements.txt
- 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.
Cheers ^ ^