File size: 779 Bytes
6b34a6b
5f971e3
 
6b34a6b
 
 
 
5f971e3
6b34a6b
 
 
 
5f971e3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
title: Call QA Processing
emoji: "\U0001F399\uFE0F"
colorFrom: gray
colorTo: gray
sdk: gradio
sdk_version: 6.20.0
python_version: '3.10.13'
app_file: app.py
pinned: false
---

Gradio status UI and FastAPI processing service for the call QA pipeline.

The Space keeps the existing frontend contract at `/calls`,
`/sentence_segments`, `/sentiment`, and `/audio`. Generated artifacts are
written to Supabase Storage; relational state is written to Supabase Postgres.

Required Space secrets:

- `DATABASE_URL`
- `SUPABASE_URL`
- `SUPABASE_SERVICE_KEY`
- `MISTRAL_API_KEY`
- `SAMBANOVA_API_KEY`
- `GITHUB_TOKEN`

Space variables:

- `SUPABASE_BUCKET=call-artifacts`
- `ENABLE_ACOUSTIC=0`
- `START_WORKER=1`
- `WHISPER_MODEL=small.en`
- `FRONTEND_ORIGIN=<deployed Vercel origin>`