Skip to content

fraxea/Neural-Style-Transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Neural Style Transfer

In this project, I use a CNN to generate an image in pixels near to content image, but in high-level features near to style image.

Usage

Upload your input image to Images/Neural_Transfer folder and change the NAME in script.py. Then run this python file:

python3 script.py

It will take a few minutes to do an optimization, then your result image is ready in Images/Neural_Transfer/[image name]_result.jpg.

Example

With this input image as content content and the style image style get the result result

The exact details of implementation is available at Neural_Style_Transfer notebook

About

Project of Introduction to Machine learning course | Instructor: Dr. Fatemeh Seyedsalehi

Topics

Resources

Stars

Watchers

Forks