Add containerized web front-end (BFF + Vue SPA), linux 5090 docker-co… - #616
Open
sameeraman wants to merge 1 commit into
Open
Add containerized web front-end (BFF + Vue SPA), linux 5090 docker-co…#616sameeraman wants to merge 1 commit into
sameeraman wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces a new browser-based web client for Duix.Avatar, allowing users to create avatars and synthesize videos from any device with a browser. This removes the dependancy on the OS that the client uses, web app can work in linux, windows or macOS. The web client is containerized with Docker, designed to work alongside the existing backend containers by sharing the same data volume. Comprehensive documentation and configuration examples have been added to the main
README.mdand the new web client subproject. The changes also include Docker and environment setup for the web client, and a new Docker Compose file for 5090-series GPU deployments.Major new features and documentation:
README.md[1] [2] [3]web/README.mdexplaining the architecture, deployment, and API of the web client, including setup instructions and feature overview.Web client implementation:
web/, including a Vue 3 frontend (client/), a Node.js/Express backend-for-frontend (server/), Dockerfile, environment examples, and ignore files. [1] [2] [3] [4] [5] [6] [7] [8]Deployment improvements:
deploy/docker-compose-5090-linux.ymlfor running the backend TTS and video generation services on NVIDIA 5090 GPUs, using a shared Docker network and explicit volume mounts.These changes make Duix.Avatar accessible from any device on the network, simplify deployment for both desktop and web users, and provide clear, up-to-date documentation for all supported setups.