Skip to content

4zz0u4k/Neural-Style-Transfer-Model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural Style Transfer (NST)

Overview

Neural Style Transfer (NST) is a technique in deep learning that allows for the transfer of artistic styles from one image to another. It utilizes convolutional neural networks (CNNs) to extract style and content features from two input images: a content image and a style reference image. By minimizing a certain loss function, NST generates a new image that combines the content of the content image with the artistic style of the style reference image.

This notebook demonstrates the implementation of Neural Style Transfer using TensorFlow . It walks through the process of loading images, extracting features, defining the loss functions, and optimizing the generated image to minimize the total loss.

Example

Content Image

Content Image

Style Image

Style Image

Generated Image

Generated Image

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published