Skip to content

Gordonjo/neuralStyleTransfer

Repository files navigation

Neural Style Transfer

This repository contains a TensorFlow implementation of the article on Neural Style Transfer.

The implementation is in TensorFlow, and uses VGG16 which needs to be downloaded from the internet (the vgg16.py enables downloading the pretrained model).

Installation

Please make sure you have installed the requirements before executing the python scripts.

Install

pip install tensorflow-gpu
pip install numpy
pip install Pillow
pip install matplotlib

Usage

The repository primarily includes a script to transfer style from a target (style) to a source image - python transfer_style.py path_to_source path_to_style path_to_save_image.

About

Style transfer across images using VGG16

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages