Commit Graph

8 Commits

Author SHA1 Message Date
ENVY14 37b39dc49a 111 2026-03-09 23:39:01 +09:00
ENVY14 a4aba7aae1 Merge branch 'master' of ssh://cckb9998.synology.me:30022/ckh08045/HUTAMS_AUDIO 2026-03-09 23:38:55 +09:00
ENVY14 686f5d5969 11 2026-03-09 23:38:52 +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 3039970993 feat: Introduce llm_weights folder and setup.ps1 script for model installation 2026-03-09 23:18:00 +09:00
AI Bot 2a6c2300f6 fix: Track app/models/ folder and update .gitignore 2026-03-09 23:09:44 +09:00
AI Bot b68ff82a36 docs: Add large model download instructions to README 2026-03-09 21:01:20 +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