/Vincent-AI-Artist

A neural algorithm for artistic style transfer

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Vincent : AI Artist

Vincent is an attempt to implement "a neural algorithm of artistic style". A convolutional neural network (CNN) separates 'style' and 'content' from artistic images, and combines that artistic style with another image to create a unique expression.

Requirements

Basic Usage

python3 main.py --base_img_path /path/to/base/image --style_img_path /path/to/artistic/image --result_prefix output

Results

result_00

References