3 Commits

Author SHA1 Message Date
Misaka_Company
8a56450b79 Add progress display for S3 upload and transcription polling
- 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>
2026-06-15 14:11:33 +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
Misaka_Company
060ee7012e Initial project setup for AudioScribe
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>
2026-05-26 14:11:08 +08:00