Skip to content

pansershrek/StyleTransfer

Repository files navigation

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

About

Implementation of Image Style Transfer Using CNN

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published