This project explores the implementation of Neural Style Transfer (NST), a deep learning technique that merges the content of one image with the artistic style of another, using Convolutional Neural Networks (CNN). NST allows you to blend the content and style representations of two images to create a unique styled image.
This project is a part of my initiative to enhance my product management skills through design decision-making, problem-solving, and visual modeling. By working through the complexities of image processing and optimization, I improved my ability to design user-centric, visually appealing solutions.
The project employs a pre-trained VGG-19 network to extract both the content and style representations of images. The content is extracted from the higher layers of the CNN, while the style is captured using Gram matrices to model the correlations between feature maps.
Key Steps:
ML_Neural_Style_Transfer.ipynb
: The Jupyter notebook containing the code implementation of Neural Style Transfer.Research paper - Artistic.pdf
: Reference paper, "A Neural Algorithm of Artistic Style" by Leon A. Gatys et al., explaining the neural representations of content and style.This project builds on the key concepts from Gatys' paper (2015), which demonstrated the separation of content and style in images using CNNs trained on object recognition tasks. The NST algorithm extracts high-level image content from deep CNN layers while using Gram matrices to represent texture information from earlier layers.
There are no datasets linked
There are no datasets linked