Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ayushexel/neural-style-transfer
- Owner: AyushExel
- License: mit
- Created: 2019-01-03T10:17:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-03T17:38:53.000Z (over 4 years ago)
- Last Synced: 2024-11-02T06:21:29.661Z (3 months ago)
- Topics: deep-learning, machine-learning, neural-network, style-transfer
- Language: Python
- Size: 7.84 MB
- Stars: 16
- Watchers: 3
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)