Skip to content

hashmi-masif/Artistic-Image-Style-Transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Transfer style of one image to another

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages