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>
- 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>
Basic environment for Volcano Engine (Bytedance) bigmodel audio
transcription API. Includes Python virtual environment, dependencies
(requests, python-dotenv), and configuration template.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>