An open API service indexing awesome lists of open source software.

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

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
```