Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 440 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 440 Bytes

Stylizer

Python server on FastAPI which serves as "stylizer" of the images. Under the hood uses model from tensorflow-hub.

Related to: https://arxiv.org/pdf/1705.06830.pdf.

For examples refer to test_image.ipynb.

To deploy on gcloud

  1. Create a project on gcloud.
  2. Install gcloud and authorise with your account.
  3. Set project_id.
  4. In the folder of the project execute the following:
gcloud app deploy app.yaml -v v1