Skip to content

An implementation of Neural Style transfer using keras and VGG19 model

Notifications You must be signed in to change notification settings

AchintyaX/Neural_style_transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural Style Transfer

Neural Style Transfer is the use of AI (neural networks) to learn the Style from one image and use that knowledge to modify the content image.

I am using the VGG-19 model, which has already been trained on the imagenet dataset. we pass our style image through the model and retrieve the processed image at certain layers

I am using the eager implementation of the keras library.

Dependencies

  1. numpy
  2. keras
  3. tensorflow

About

An implementation of Neural Style transfer using keras and VGG19 model

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published