Skip to content

Implemented Neural Style Transfer to learn deep learning techniques and create artistic images by blending styles.

Notifications You must be signed in to change notification settings

hiexbris/Neural_Style_Transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŽจ Neural Style Transfer with VGG19 & Gram Matrix

A creative deep learning project that blends the content of one image with the style of another using the power of VGG19 convolutional neural network and Gram matrix calculations to generate stunning artistic images.


๐Ÿ“– About

Implemented Neural Style Transfer to explore deep learning concepts, using pretrained VGG19 to extract image features and Gram matrix to capture style patterns. This project demonstrates how AI can create unique artworks by combining content and style efficiently.


โš™๏ธ Features

  • ๐Ÿ–ผ๏ธ Transfers artistic styles onto content images
  • ๐Ÿง  Utilizes pretrained VGG19 for feature extraction
  • โœจ Uses Gram matrix to represent and apply style textures
  • ๐Ÿ”„ Optimizes generated images through iterative loss minimization
  • ๐Ÿ“Š Visualizes style and content losses during training
  • ๐Ÿ’ป Modular, easy-to-understand Python implementation

About

Implemented Neural Style Transfer to learn deep learning techniques and create artistic images by blending styles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages