When writing this lab I used the following as reference: Neural Style Transfer
Install virtualenv
Clone the Repository.
git clone https://github.com/SchrinerSonya007/CS390_Lab2.git
Create a virtual environment and install python packages.
python3 -m venv <path/where/you/would/like/your/env>
source <path/where/you/would/like/your/env>/bin/activate
cd CS390_Lab2
pip3 install -r requirements.txt