File size: 205 Bytes
6a500ca
b42b48e
6a500ca
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
# 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
```