- Add real-time progress bar with percentage for S3 upload (file size/MB)
- Replace repetitive polling output with single-line refreshing status
- Show elapsed time and poll count during transcription polling
- Add .claude/ to .gitignore
Co-Authored-By: Claude <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>