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

A python implementation of artistic style transfer using texture synthesis

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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 ^ ^