Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 688 Bytes

File metadata and controls

13 lines (9 loc) · 688 Bytes

Neural Style Transfer using TensorFlow

Neural Style Transfer is a technique for generating new artistic images from existing content and style images. This project uses an unsupervised deep learning algorithm for performing neural style transfer.

Generated Style Transferred Image

Programming Language and Libraries used

  1. Python 3.x
  2. Tensorflow 2.x and Keras API
  3. Other python libraries like Numpy, OpenCV

Notes

  1. Link to Medium Article presenting the main ideas and implementation details of Neural Style Transfer using TensorFlow