This is the code for the paper Neural Style Transfer from the paper
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
source ~/artistic_style_transfer/bin/activate