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.
- Python 3.x
- Tensorflow 2.x and Keras API
- Other python libraries like Numpy, OpenCV
- Link to Medium Article presenting the main ideas and implementation details of Neural Style Transfer using TensorFlow