Simple Style Transfer using PyTorch
Left image is the content image, Middle Image is the style image, and the right image is the style transfer applied resultant image
Left image is the content image, Middle Image is the style image, and the right image is the style transfer applied resultant image
Python 3 and necessary libraries given in requirements.txt
Install the required libraries using the pip package manager.
For pip version 19.1 or above:
pip install -r requirements.txt --user
(or)
pip3 install -r requirements.txt --user