This is based on the paper titled 'A Neural Algorithm of Artistic Style' by Leon A. Gatys, Alexander S. Ecker, Matthias Bethge.
The 'StyleTranfer.ipynb' notebook can be run directly on Google Colab . Use GPU for faster processing
For running the notebook on your local machine, following pre-requisites must be satisfied:
- Python 3.8.6
- NumPy
- PIL
- Matplotlib
- Tensorflow 2.4.1
Ensure you have the above mentioned versions of Tensorflow and Python.
- Vishisht Sharma