Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 581 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 581 Bytes

Neural Style Transfer Application

Flask Application for Neural Style Transfer Between two Images with PyTorch

Running with Docker

docker build -t nstapp .
docker run -p 8000:8000 nstapp

then navigate to http://localhost:8000/ for the running app

Installation

After downloading files:

pip install -r requirements.txt
python app.py

Example Images

Some Images produced with the model

produced image 3

produced image 2

produced image 1