Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.01 KB

File metadata and controls

27 lines (21 loc) · 1.01 KB

Echo

A Live2D AI VTuber built as a microservices monorepo.

Services

Service Access License
tts public GPL 2.0
stt public GPL 2.0
panel public MIT
llm private
avatar private
memory private
training private

Note

The private submodules are not publicly accessible. This is intentional.

Setup

git clone git@github.com:ramonlabs/echo.git
cd echo
git submodule update --init services/tts services/stt services/panel
uv sync