A simple Flask app that allows you to apply Neural Style Transfer (NST) on images using a pre-trained TensorFlow model.
git clone https://github.com/enigmatronix13/Neural-Style-Transfer.git
cd Neural-Style-Transfer
docker build -t neural-style-transfer .
docker run -p 5000:5000 neural-style-transfer
- Open
http://127.0.0.1:5000
in your browser. - Upload a content image and a style image.
- Download the stylized image after processing.