Skip to content

rainkissthesun/NeuralStyleTransfer

 
 

Repository files navigation

Neural Style Transfer (Colabs)

User-friendly Colab notebooks for Neural Style Transfer. Both notebooks are fully functional in Google Colab as of Jun 2021. The notebook for style-transfer-pytorch is capable of producing larger images, as well as running considerably faster than the notebook for Neural Style Transfer & Neural Doodles. The notebooks produce quite different results though, so if you're not in a hurry, you may want to take both for a spin.


Latest: style-transfer-pytorch

Colab for: style-transfer-pytorch (more precisely this fork)
Paper: A Neural Algorithm of Artistic Style https://arxiv.org/abs/1508.06576

This noteook is a batch processor: instead of individual images, it takes directories of content images and style images, and styles each content image with each style image in the directories, saving output images to output directory.

Open In Colab

image


Older

Colab for: Neural Style Transfer & Neural Doodles
Paper: A Neural Algorithm of Artistic Style https://arxiv.org/abs/1508.06576

This noteook is a batch processor: instead of individual images, it takes directories of content images and style images, and styles each content image with each style image in the directories, saving output images to output directory.

Open In Colab

image

About

Colabs for Neural Style Transfer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 52.4%
  • Python 47.6%