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,58 @@
|
||||
{
|
||||
"call_id": "10122025_0082038C3CFBF860",
|
||||
"events": [
|
||||
{
|
||||
"event_type": "SILENCE",
|
||||
"start_time": 606.16,
|
||||
"end_time": 612.4,
|
||||
"duration_sec": 6.240000000000009,
|
||||
"metadata": {
|
||||
"before_speaker": "A",
|
||||
"after_speaker": "B"
|
||||
},
|
||||
"source": "observed"
|
||||
},
|
||||
{
|
||||
"event_type": "SILENCE",
|
||||
"start_time": 635.53,
|
||||
"end_time": 644.81,
|
||||
"duration_sec": 9.279999999999973,
|
||||
"metadata": {
|
||||
"before_speaker": "A",
|
||||
"after_speaker": "B"
|
||||
},
|
||||
"source": "observed"
|
||||
},
|
||||
{
|
||||
"event_type": "SILENCE",
|
||||
"start_time": 877.65,
|
||||
"end_time": 891.98,
|
||||
"duration_sec": 14.330000000000041,
|
||||
"metadata": {
|
||||
"before_speaker": "A",
|
||||
"after_speaker": "B"
|
||||
},
|
||||
"source": "observed"
|
||||
}
|
||||
],
|
||||
"turn_metrics": {
|
||||
"total_turns": 74,
|
||||
"agent_turns": 37,
|
||||
"customer_turns": 37,
|
||||
"agent_talk_ratio": 0.5223875715453803,
|
||||
"customer_talk_ratio": 0.3414309076042516,
|
||||
"silence_ratio": 0.12856909239574824,
|
||||
"interruption_count": 0,
|
||||
"avg_turn_duration_sec": 14.659583333333334,
|
||||
"source": "observed"
|
||||
},
|
||||
"hold_count": 0,
|
||||
"total_hold_duration_sec": 0.0,
|
||||
"transfer_count": 0,
|
||||
"silence_count": 3,
|
||||
"interruption_count": 0,
|
||||
"audio_duration_sec": 1223.0,
|
||||
"language": "es",
|
||||
"speaker_count": 2,
|
||||
"created_at": "2026-01-19T13:39:12.826633"
|
||||
}
|
||||
Reference in New Issue
Block a user