Skip to content

abhijitjadhav1998/Neural-Style-transfer-using-VGG19

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Neural_Style_transfer_using_VGG19

Neural Style Transfer Using VGG19 and applying transfer learning

Steps to run the Code

Using Google Colab (Recommended)

  1. Clone the repository using following Steps:
       Open Colab
           └── File
                └── Open Notebook
                         └── Github
                               └── paste the Url of the repository

Note : Change the runtime to GPU before running the application

           Runtime
              └── Change runtime type
                          └── Select GPU
  1. Run each cell individually

Locally

  1. Clone the repo and Run each cell individually

Note : You must have all libraries installed

  1. If there is any library error, just install the library using the below command
pip install <library-name> 

Example

pip install tensorflow 

Note: You can install the libraries from command line or by using Jupyter notebook. Just add ! befor the command for example:

!pip install tensorflow  


Dont foget to Star⭐ this repo 😉 and Follow me on

About

Neural Style Transfer Using VGG19 and applying transfer learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published