Skip to content

UdbhavPrasad072300/Neural-Style-Transfer-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Flask Application for Neural Style Transfer in PyTorch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages