Zdrojové stránky:
https://github.com/rhasspy/wyoming
Lokální instalace
Instalování závislostí:
sudo apt-get install build-essential
Klonování repository a nastavení Python virtual environment:
git clone https://github.com/rhasspy/wyoming-whisper-cpp.git
cd wyoming-whisper-cpp
script/setup
Vytvoření whisper.cpp main
:
git clone https://github.com/rhasspy/wyoming-whisper-cpp.git
cd wyoming-whisper-cpp
script/setup
Docker Image
docker run -it -p 10300:10300 -v /path/to/local/data:/data rhasspy/wyoming-whisper-cpp \
--data-dir /data --model large-v3 --language cs
Podporované modely
- tiny
- tiny.en
- tiny-q5_1
- tiny.en-q5_1
- base
- base.en
- base-q5_1
- base.en-q5_1
- small
- small.en
- small.en-tdrz
- small-q5_1
- small.en-q5_1
- medium
- medium.en
- medium-q5_0
- medium.en-q5_0
- large-v1
- large-v2
- large-v2-q5_0
- large-v3
- large-v3-q5_0