HUTAMS_AUDIO/app/core
AI Bot 0c6b8aae4c Whisper 모델 프로젝트 내부 통합 완료 내역
🗂️ 폴더 구조 정리 (대용량 파일 격리 원칙)
Wisper/
├── llm_weights/          ← QWen .gguf LLM 모델 (gitignore)
│   └── Qwen3.5-0.8B-Q4_K_M.gguf
├── whisper_weights/      ← faster-whisper CTX2 모델 캐시 (gitignore)
│   └── models--mobiuslabsgmbh--faster-whisper-large-v3-turbo/
├── app/models/           ← Pydantic 객체 코드 (정상 트래킹)
│   ├── stt.py
│   └── record.py
2026-03-09 23:28:13 +09:00
..
config.py Whisper 모델 프로젝트 내부 통합 완료 내역 2026-03-09 23:28:13 +09:00
dictionary.py chore: Initialize modern python project with uv, docs, PWA, and test tools (Chapter 9.0) 2026-03-09 20:57:36 +09:00
exceptions.py chore: Initialize modern python project with uv, docs, PWA, and test tools (Chapter 9.0) 2026-03-09 20:57:36 +09:00
logging_config.py chore: Initialize modern python project with uv, docs, PWA, and test tools (Chapter 9.0) 2026-03-09 20:57:36 +09:00