Neural Style Transfer based on https://arxiv.org/abs/1508.06576 by Leon A. Gatys, Alexander S. Ecker, Matthias Bethge. For an explanation of the method please read the description of the technique in the demo.ipynb notebook.
git cline https://github.com/Sambhav300899/Neural-Style-Transfer-TF.git
pip install tensorflow-gpu
pip install keras
pip install numpy
pip install matplotlib
pip install opencv-python
python style_transfer.py --style {style_image} --content {content_image} --backbone {vgg19/vgg16} --output {path_of_output_image}
To see other optional arguments which can be used use the -h and run the script