Skip to content

Server to get image and desired style and return the modified image with the requested style.

Notifications You must be signed in to change notification settings

gnehC-uhS/tf-img-styletrans-server

 
 

Repository files navigation

Tensorflow Image Style Transfer Server

This is a project I worked on by myself during my after-work time in the summer of 2019. It demos a Fast Style Transfer. A set of vanilla-ish Generative Adversarial Networks in model.pyis used to transform the content image to any given style image. The demo is available on: https://faststyle.herokuapp.com/.

Requirement

  • Python >=3.4
    • TensorFlow >=1.4

For production:

  • Run pip install -r requirements.txt in your command line, before running python3 main.py. This updates necessary packages.

License

Web Framework Based on: https://github.com/rolisanchez/tf-img-styletrans-server

About

Server to get image and desired style and return the modified image with the requested style.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.0%
  • Other 1.0%