1- Make an conda env 2- Install Pyotorch and torchvision 3- Go ahead and install the following packages
pip install tqdm opencv-python
After installing all the dependencies run the following command:
python train.py --path-to-original-image path/to/original/image --path-to-style-image --path/to/style/image --path-to-save-output-image --path/to/save/output/image --num-steps 10000
Please refer to train.py module to see the other options.