Spaces:
Paused
Paused
# AGI Telecom POC | |
This is a full stack voice interface system powered by LLM, STT, TTS, and WebRTC-ready frontend. | |
## Quick Start | |
```bash | |
pip install -r requirements.txt | |
uvicorn app.main:app --reload | |
``` |