This project provides sample configurations for deploying StyleGAN models and web-based user interface using Docker, integrated with FastAPI for the backend and Vue.js for the frontend.
This repository consists of the following two submodules:
git clone --recursive https://github.com/curegit/stylegan-web.git
cd stylegan-web
docker compose build
docker compose up
# API Server
docker run -d -p 8000:8000 "ghcr.io/curegit/stylegan-web-server:master"
# Client
docker run -d -p 8080:80 --env VITE_STYLEGAN_API="http://localhost:8000" "ghcr.io/curegit/stylegan-web-client:master"
This project is licensed under the CC BY-NC 4.0.
Please refer to the licenses of the submodules as well.