Commit Graph

4 Commits

Author SHA1 Message Date
Misaka_Company
4ad7a8d433 Add comprehensive README with setup guide and usage documentation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-27 18:14:48 +08:00
Misaka_Company
d9e5e27d7b Test push to Gitea 2026-05-27 16:32:48 +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