Whisper.cpp를 기반으로 한 실시간 한국어 음성 인식 프로그램입니다.
- Whisper.cpp 빌드:
git clone https://github.com/ggml-org/whisper.cpp.git
cd whisper.cpp
make- Python 패키지 설치:
pip install -r requirements.txt- Whisper 모델 다운로드:
# 한국어 모델 다운로드
cd whisper.cpp
./models/download-ggml-model.sh basepython main.py- 실시간 음성 인식
- 한국어 지원
- PySide6 기반 GUI
- 음성 활동 감지 (VAD)