https://github.com/simoninithomas/style-transfer-pytorch
A Style Transfer agent that applies La Joconde's style to any picture [PROTOTYPE]
https://github.com/simoninithomas/style-transfer-pytorch
art artificial-intelligence cnn convolutional-neural-networks deep-learning pytorch style-transfer
Last synced: 3 months ago
JSON representation
A Style Transfer agent that applies La Joconde's style to any picture [PROTOTYPE]
- Host: GitHub
- URL: https://github.com/simoninithomas/style-transfer-pytorch
- Owner: simoninithomas
- Created: 2018-12-04T14:52:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-04T17:30:14.000Z (over 7 years ago)
- Last Synced: 2025-03-11T08:50:08.652Z (over 1 year ago)
- Topics: art, artificial-intelligence, cnn, convolutional-neural-networks, deep-learning, pytorch, style-transfer
- Language: Jupyter Notebook
- Homepage:
- Size: 7.15 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# style-transfer-pytorch
A Style Transfer agent that applies La Joconde's style to any picture [PROTOTYPE]
This project is based on the Udacity's implementation.
## How to use it
- Clone/Fork the project
- Run Jupyter Notebook
- You can change style image and/or content image by upload your own files into `./images` folder
- Modify the name of the images in cell n°6.
- Enjoy
## How to modify the intensity of the style
- The application of the style can be modified by tuning the ratio between alpha and beta. The **smaller the ratio, the more stylistic effect you’ll see.**