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.py
is used to transform the content image to any given style image. The demo is available on: https://faststyle.herokuapp.com/.
- Python >=3.4
- TensorFlow >=1.4
- Run
pip install -r requirements.txt
in your command line, before runningpython3 main.py
. This updates necessary packages.
Web Framework Based on: https://github.com/rolisanchez/tf-img-styletrans-server