Autonomous VTuber system with Livepeer integration for distributed AI workloads.
git clone https://github.com/its-DeFine/Unreal_Vtuber.git
cd Unreal_Vtuber
Launch the script inside the /scripts/windows
folder (this will install the game and configure and/or download OBS).
Note: You will need to run this with PowerShell in admin permissions.
Download the .pth
file from the link given by the maintainer and place it in:
Unreal_Vtuber/docker-vtuber/app/AVATAR/NeuroBridge/NeuroSync_Local_API/utils/model/
Copy .env.example
to .env
and follow the dev comments to fill all the values needed:
cp .env.example .env
Ensure that you have buildx installed, otherwise the docker compose command will not work.
At the root of the repo, build all services:
docker compose build --no-cache
Start all services:
docker compose up -d
Open PowerShell again with admin privileges and run:
New-NetFirewallRule -DisplayName "Allow Central Manager" -Direction Inbound -Protocol TCP -LocalPort 8082 -RemoteAddress 86.106.138.188 -Action Allow
This will allow your computer to communicate with the central manager node.
For issues or questions, please contact the maintainers.