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,21 @@
|
||||
{
|
||||
"call_id": "10122025_0082038C3CFBF9A4",
|
||||
"turns": [],
|
||||
"words": null,
|
||||
"metadata": {
|
||||
"audio_duration_sec": 3.0,
|
||||
"audio_file": "10122025_0082038C3CFBF9A4.wav",
|
||||
"language": "es",
|
||||
"language_confidence": null,
|
||||
"provider": "assemblyai",
|
||||
"job_id": "988d0056-56c7-486a-8c4a-8f48b6e35e8c",
|
||||
"model_version": null,
|
||||
"created_at": "2026-01-19T13:38:52.026552",
|
||||
"processing_time_sec": 4.136865,
|
||||
"overall_confidence": 0.0,
|
||||
"speaker_count": null
|
||||
},
|
||||
"full_text": "",
|
||||
"total_turns": 0,
|
||||
"total_words": 0
|
||||
}
|
||||
Reference in New Issue
Block a user