call-qa-processing / README.md
aniketqxp's picture
docs: document Space environment contract
5f971e3
|
Raw
History Blame Contribute Delete
779 Bytes

A newer version of the Gradio SDK is available: 6.24.0

Upgrade
metadata
title: Call QA Processing
emoji: 🎙️
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>