Skip to content

Justsubh01/StyleTransfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural Style Transfer

index

How to run this project ?

for running this project in your local machine you need follow 5 steps:

  • clone this repository in any folder of system by running this:-

      git clone https://github.com/Justsubh01/StyleTransfer.git
    
  • Make new virtual environment by running this:-

      python3 -m venv name_of_environment
    

And then activate the environment by:-

    source name_of_environment/bin/activate

(this step is recommended not required, because it is good practice to isolate all project resources from each other)

  • Install all required packages by running this :-

      pip install -r requirements.txt
    

(Make sure you are in project dir StyleTransfer)

  • And the last step is to run the main.py file by :-

      python main.py
    
  • The last step is to go to your browser and search localhost:5000/.

Result:-

result

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published