Total-test / README.md
Magjot's picture
Update README.md
907eb36 verified
title: Total Test
emoji: 🐢
colorFrom: red
colorTo: purple
sdk: gradio
sdk_version: 5.38.2
app_file: app.py
pinned: false
# ASR + LLM + TTS REST API
This is a simple RESTful API built with FastAPI.
## Endpoints
- `/asr/`: Upload a `.wav` file and get the transcription.
- `/llm/`: Send a prompt and get generated text.
- `/tts/`: Send text and get back audio path (WAV file).
## Run
```bash
pip install -r requirements.txt
python app.py
```