A simple implementation of style transfer which works for both images and videos.
Install all the required python dependencies using the following code :
pip3 install -r requirements.txt
python3 transfer_style.py -c_p <content_image_path> -s_p <style_image_path>
python3 transfer_style.py -c_p <content_image_path> -s_p <style_image_path> -v
Note: Code is tested on python3 and is not guaranteed to work on python2.