This repository contains code for style transfer, as outlined in the paper, Image Style Transfer Using Convolutional Neural Networks, by Gatys, as a part of the coursework in Facebook's Udacity Pytorch Scholarship Challenge.
Instructions for running on Colab
- Click here to open Google Colab
- Copy the link of the
Style_Transfer.ipynb
and paste it under Github section and click search. OR Download theStyle_Transfer.ipynb
file and upload it to Google Colab. - Enable GPU: Go to Edit -> Notebook settings and select GPU as the hardware accelarator.
- (Optional) Upload your own content and style images, and change the filenames while loading in the code.
- Run all the code cells