- main_colab_notebook.ipynb : Jupyter notebook that contains the whole code in one place.
- main_image.py : Run Style Transfer on image
- main_video.py : Run Style Transfer on Video
- __ helpers_.py_ : Helper function to support the main functions
- neural_style_transfer_torch.ipynb : PyTorch Implementation of the same *in progress
Neural Style Transfer (NST) is an optimization technique used to take two images, a content image and a style reference image (such as an artwork by a famous painter) and blend them together such that the generated image is transformed to look like the content image, but “painted” in the style of the style image. What are we achieving???
