https://github.com/intelligentsandbox/echo
AI-powered VTuber with LLM, memory, and avatar services
https://github.com/intelligentsandbox/echo
ai ai-vtuber llm python vtuber
Last synced: about 1 month ago
JSON representation
AI-powered VTuber with LLM, memory, and avatar services
- Host: GitHub
- URL: https://github.com/intelligentsandbox/echo
- Owner: IntelligentSandbox
- License: mit
- Created: 2025-12-29T11:06:09.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-05-14T09:28:18.000Z (about 1 month ago)
- Last Synced: 2026-05-14T10:20:04.952Z (about 1 month ago)
- Topics: ai, ai-vtuber, llm, python, vtuber
- Language: Shell
- Homepage:
- Size: 10.7 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Echo
A Live2D AI VTuber built as a microservices monorepo.
## Services
| Service | Access | License |
|---------|--------|---------|
| [tts](https://github.com/ramonasuncion/echo-tts-service) | public | GPL 2.0 |
| [stt](https://github.com/ramonasuncion/echo-stt-service) | public | GPL 2.0 |
| [llm](https://github.com/ramonasuncion/echo-llm-service) | private | |
| [avatar](https://github.com/ramonasuncion/echo-avatar-service) | private | |
| [memory](https://github.com/ramonasuncion/echo-memory-service) | private | |
> [!NOTE]
> The private submodules are not publicly accessible. This is intentional.
## Setup
```bash
git clone git@github.com:IntelligentSandbox/echo.git
cd echo
git submodule update --init services/tts services/stt
uv sync
```