ubamba98 / Neural-Style-Transfer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neural-Style-Transfer

Installation(Ubuntu):

Requirement:

  1. TensorFlow
  2. Keras
  3. Numpy
  4. Scipy
  5. Pretrained-VGG19 Weigths
$ pip install --upgrade tensorflow-gpu \
                         keras \
                         numpy \
                         scipy 
  • Change in Variables.py 'STYLE_IMAGE' and 'CONTENT_IMAGE' for their paths
  • Run
$ python3 Training.py

Example

Note:

IMAGE_WIDTH,IMAGE_HEIGHT,NOISE_RATIO,LEARNINF_RATE,NUM_ITERATIONS can be changed at Variables.py #####Part of this code is taken from Deeplearning.ai#####

About

License:GNU General Public License v3.0


Languages

Language:Python 100.0%