FluentQ / README.md
tommytracx's picture
Upload 3 files
6a500ca verified
|
raw
history blame
205 Bytes
# 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
```