Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 798 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 798 Bytes

Artistic Image Style transfer

Artistic Image Style transfer is a program that can be used to mix the style of an image to another image using deep learning.

The project uses a pre trained image net VGG model to work.

Prerequisites

Install all libraries and framework using pip3 install -r requirements.txt

Getting Started

To run the program using terminal or CMD type following command :
python model.py -bi "path to baseImage" -si "path to styleImage"
Change "path to base image" to the path of base image file and "path to style image" to the path of style image

The model will output the new Styled image after each 20 iteration you can check how much style you want on your base image and stop the program accordingly

Output