This is a PyTorch implementation of Image Style Transfer Using Convolutional Neural Networks.
I highly recommend you to use a conda virtual environment.
conda create -n nst python=3.8
pip install -r requirements.txt
python src/transfer.py --content_img [path to the content image] --style_img [path to the style image] --save_path [path to save the generated image] --steps [number of transfer steps]