Commit Graph

2 Commits

Author SHA1 Message Date
Misaka_Company
e4c6f793e1 Add HTTP retry mechanism and request timeout to transcribe_legacy
Use requests Session with Retry adapter (5 retries, backoff factor 1)
and add 30s timeout to both submit and query requests for better
reliability against transient network errors.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-06-08 14:01:32 +08:00
Misaka_Company
85dc3c77b3 Replace MinIO with S3-compatible storage and reorganize project structure
- Switch from MinIO to boto3 for S3-compatible object storage (Cloudflare R2)
- Rename storage config vars from R2_* to generic S3_*
- Organize root directory: docs/, tools/, output/, Archive/{audio,results}/
- Output transcriptions to output/ directory
- Add transcribe_legacy.py, transcribe_all.py, and docs

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-27 16:08:33 +08:00