Neural Style Transfer using Opencv and Transfer learning
Reuirements:
Click==7.0
Flask==1.0.2
imutils==0.5.2
itsdangerous==1.1.0
Jinja2==2.10.1
MarkupSafe==1.1.1
numpy==1.16.3
opencv-python==4.1.0.25
Werkzeug==0.15.2
Introduction:
Neural style transfer is the process of:
Taking the style of one image
And then applying it to the content of another image
More references: https://www.pyimagesearch.com/2018/08/27/neural-style-transfer-with-opencv/
Go to bunn folder and activate environment for the project
run serve.py
open http://localhost:5001 and start uploading your own images.