https://github.com/natsud99/neural-style-transfer
Style transfer is the task of changing the style of an image in one domain to the style of an image in another domain. This technique is outlined in "A Neural Algorithm of Artistic Style (Gatys et al.)."
https://github.com/natsud99/neural-style-transfer
cnn-keras neural-algorithm transfer transfer-learning
Last synced: 3 months ago
JSON representation
Style transfer is the task of changing the style of an image in one domain to the style of an image in another domain. This technique is outlined in "A Neural Algorithm of Artistic Style (Gatys et al.)."
- Host: GitHub
- URL: https://github.com/natsud99/neural-style-transfer
- Owner: NatsuD99
- License: mit
- Created: 2020-08-04T06:19:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-31T09:24:36.000Z (about 5 years ago)
- Last Synced: 2025-04-08T02:46:31.610Z (7 months ago)
- Topics: cnn-keras, neural-algorithm, transfer, transfer-learning
- Language: Jupyter Notebook
- Homepage:
- Size: 8.88 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Neural Style Transfer using Keras
Neural style transfer is an optimization technique used to take three images:
- A content image
- A style reference image (such as an artwork by a famous painter)e
- The input image you want to style
## Results