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:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"call_id": "10122025_0082038C3CFBF911",
|
||||
"events": [],
|
||||
"turn_metrics": {
|
||||
"total_turns": 1,
|
||||
"agent_turns": 1,
|
||||
"customer_turns": 0,
|
||||
"agent_talk_ratio": 0.9151666666666666,
|
||||
"customer_talk_ratio": 0.0,
|
||||
"silence_ratio": 0.0,
|
||||
"interruption_count": 0,
|
||||
"avg_turn_duration_sec": 54.91,
|
||||
"source": "observed"
|
||||
},
|
||||
"hold_count": 0,
|
||||
"total_hold_duration_sec": 0.0,
|
||||
"transfer_count": 0,
|
||||
"silence_count": 0,
|
||||
"interruption_count": 0,
|
||||
"audio_duration_sec": 60.0,
|
||||
"language": "es",
|
||||
"speaker_count": 1,
|
||||
"created_at": "2026-01-19T13:39:12.827016"
|
||||
}
|
||||
Reference in New Issue
Block a user