Neural Style Transfer
Amarjeet Sarma
Guwahati, Assam
- 0 Collaborators
Neural Style Transfer implementation in Keras. ...learn more
Project status: Concept
Overview / Usage
Neural Style Transfer is basically and algorithm to make an image copy the style of another image and display itself in the style of that image. The cover image shows the result of combining an image of DiCaprio with the style of Van Gogh's famous painting "Starry Night".
Methodology / Approach
Here, what's basically used is a style image and a content image. In a nutshell, we take help of a pre-trained VGG16 model, compute style and content cost, and optimize the gradients, as per the Neural Style Transfer paper.
Technologies Used
Keras, NumPy