Skip to content

Mridul98/Neural-Style-Transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural-Style-Transfer

Pytorch implementation of Neural Style Transfer Algorithm

content image

content image

style image

style image

Image transformation from noise to the output

final output image

How to run

1. First install the required package using the command:
    
    pip3 install -r 'requirements.txt'
2. Add your style image in the root directory as 'style.jpg'
3. Add your content image in the root directory as 'content.jpg'
4. Run this command to generate final output:
    
    python3 nst.py

5. A gif will be generated named 'output.gif'

Note: The production version of this project is under development which can be found in backend/ directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published