Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 914 Bytes

File metadata and controls

26 lines (20 loc) · 914 Bytes

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 private
llm private
avatar private
memory 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