Skip to content

babuus/style-transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Style Transfer

Simple Style Transfer using PyTorch

Spaghetti Shrek

Left image is the content image, Middle Image is the style image, and the right image is the style transfer applied resultant image

shrek_results

Starry City

Left image is the content image, Middle Image is the style image, and the right image is the style transfer applied resultant image

starry_results

Requirements

Python 3 and necessary libraries given in requirements.txt

Install the required libraries using the pip package manager.

For pip version 19.1 or above:

pip install -r requirements.txt --user

(or)

pip3 install -r requirements.txt --user

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published