Flask Application for Neural Style Transfer Between two Images with PyTorch
docker build -t nstapp .
docker run -p 8000:8000 nstapp
then navigate to http://localhost:8000/ for the running app
After downloading files:
pip install -r requirements.txt
python app.py
Some Images produced with the model