Commit Graph

4 Commits

Author SHA1 Message Date
ENVY14 37b39dc49a 111 2026-03-09 23:39:01 +09:00
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
AI Bot 2a6c2300f6 fix: Track app/models/ folder and update .gitignore 2026-03-09 23:09:44 +09:00
AI Bot 02dc1717be chore: Initialize modern python project with uv, docs, PWA, and test tools (Chapter 9.0) 2026-03-09 20:57:36 +09:00