Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ayushexel/neural-style-transfer

This repo contain the implementation of original neural style transfer algorithm
https://github.com/ayushexel/neural-style-transfer

deep-learning machine-learning neural-network style-transfer

Last synced: 3 months ago
JSON representation

This repo contain the implementation of original neural style transfer algorithm

Awesome Lists containing this project

README

        

# Neural-Style-Transfer
This repo contains the implementation of original neural style transfer algorithm

# Testing
To run this program on your sample content-style pair, just replace the content and style image of the repo with the image of your choice having the same name. the program will run 4000 iterations and output the resultant ater every 500th execution. You can edit these details in the file containing the code.

To perform style transfer run: `python styleTransfer.py`

# Some Outputs:
![](https://github.com/AyushExel/Neural-Style-Transfer/blob/master/outputs/Elon/500.png)
![](https://github.com/AyushExel/Neural-Style-Transfer/blob/master/outputs/ex4/300.png)
![](https://github.com/AyushExel/Neural-Style-Transfer/blob/master/outputs/ex5/100.png)
![](https://github.com/AyushExel/Neural-Style-Transfer/blob/master/outputs/ex5/1-style.jpg)
![](https://github.com/AyushExel/Neural-Style-Transfer/blob/master/outputs/ex6/100.png)
![](https://github.com/AyushExel/Neural-Style-Transfer/blob/master/outputs/dark-knight/output.png)