Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/olaviinha/neuralstyletransfer

Colabs for Neural Style Transfer.
https://github.com/olaviinha/neuralstyletransfer

artificial-neural-networks colab image-processing

Last synced: 1 day ago
JSON representation

Colabs for Neural Style Transfer.

Awesome Lists containing this project

README

        

# 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](https://github.com/crowsonkb/style-transfer-pytorch) (more precisely [this fork](https://github.com/olaviinha/style-transfer-pytorch))

**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](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/olaviinha/NeuralStyleTransfer/blob/master/NeuralStyleTransfer_crowsonkb.ipynb)

![image](https://user-images.githubusercontent.com/50331907/123553419-ba3a4280-d783-11eb-8c4c-0ddbf2bed57f.png)

---

## Older

**Colab for:** [Neural Style Transfer & Neural Doodles](https://github.com/titu1994/Neural-Style-Transfer)

**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](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/olaviinha/NeuralStyleTransfer/blob/master/NeuralStyleTransfer_titu1994.ipynb)

![image](https://user-images.githubusercontent.com/50331907/123553416-b5758e80-d783-11eb-89d5-76e0a839b51d.png)