Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 575 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 575 Bytes

StyleTransfer

Implementation of this article Image Style Transfer Using CNN with modification from this course.

How to start?

If you have GPU you should remove Dockerfile and rename Dockerfile_gpu to Dockerfile. To run services you only have to run this command:

# Build docker image
docker build -t style_transfer .

# Start docker image
docker run -it --rm -p 80:80 style_transfer