Skip to content

Naresh1318/Style_Transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Style_Transfer

A simple implementation of style transfer which works for both images and videos.

Dependencies

Install all the required python dependencies using the following code :

pip3 install -r requirements.txt

Run

For Images

python3 transfer_style.py -c_p <content_image_path> -s_p <style_image_path>

For Videos

python3 transfer_style.py -c_p <content_image_path> -s_p <style_image_path> -v

Note: Code is tested on python3 and is not guaranteed to work on python2.

About

A simple implementation of style transfer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages