au1206 / artistic_style_transfer

This is the code for the paper Neural Style Transfer from the paper

Repository from Github https://github.comau1206/artistic_style_transferRepository from Github https://github.comau1206/artistic_style_transfer

Artistic File Transfer

This is the code for the paper Neural Style Transfer from the paper

Install

refreshing the repositories

sudo apt update

its wise to keep the system up to date! you can skip the following line if you not want to update all your software

sudo apt upgrade

installing python 3.6.5 and pip for it

sudo apt-get install python3-pip

installing python virtualenv

sudo pip install virtualenv

install virtualenv and application dependencies

virtualenv ~/artistic_style_transfer/
source ~/artistic_style_transfer/bin/activate
pip install -r requirements_python3.txt

Usage

source ~/artistic_style_transfer/bin/activate

About

This is the code for the paper Neural Style Transfer from the paper

License:MIT License


Languages

Language:Jupyter Notebook 100.0%