feat: Add Render.com deployment support with production data

Render Configuration:
- render.yaml for declarative deployment
- requirements-dashboard.txt (lightweight deps for cloud)
- Updated .streamlit/config.toml for production
- Updated app.py to auto-detect production vs local data

Production Data:
- Added data/production/test-07/ with 30 real call analyses
- Updated .gitignore to allow data/production/

Documentation:
- Added Render.com section to DEPLOYMENT.md with step-by-step guide

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
sujucu70
2026-01-19 16:45:57 +01:00
parent 75e7b9da3d
commit 7ddb8a2ee5
129 changed files with 22527 additions and 2 deletions

View File

@@ -0,0 +1,31 @@
{
"call_id": "10122025_0082038C3CFBF911",
"turns": [
{
"speaker": "A",
"text": "Buenas noches, soy Marianne, ¿En qué puedo ayudarte? Hola, Hola, buenas noches, soy Marian por ayudarte. Hola, Procede por saliberar llamada, No oímos al cliente, Notice.",
"start_time": 0.24,
"end_time": 55.15,
"confidence": 0.9282602,
"duration_sec": 54.91,
"word_count": 26
}
],
"words": null,
"metadata": {
"audio_duration_sec": 60.0,
"audio_file": "10122025_0082038C3CFBF911.wav",
"language": "es",
"language_confidence": null,
"provider": "assemblyai",
"job_id": "a7f9a5e5-5c91-48e4-a98c-af10fd8d6122",
"model_version": null,
"created_at": "2026-01-19T13:38:54.443053",
"processing_time_sec": 13.581387,
"overall_confidence": 0.9282602,
"speaker_count": 1
},
"full_text": "Buenas noches, soy Marianne, ¿En qué puedo ayudarte? Hola, Hola, buenas noches, soy Marian por ayudarte. Hola, Procede por saliberar llamada, No oímos al cliente, Notice.",
"total_turns": 1,
"total_words": 26
}