diff --git a/README.md b/README.md index db7b9cc..ad1991c 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@
Offline Voice Input for Linux - 🎀 pw-record / arecord -> πŸ“„ WAV file -> 🧠 whisper-cli -> ✍ Text input + πŸŽ™οΈ pw-record / arecord -> πŸ“„ WAV file -> 🧠 whisper-cli -> ✍ Text input πŸŽ™οΈvoice record >pw-record @@ -40,7 +40,7 @@ sudo pacman -S --needed alsa-utils ``` - πŸ“„offline stt + πŸ“„ Offline Speech to Text ``` sudo pacman -S --needed cmake make gcc ``` @@ -52,7 +52,7 @@ command -v arecord || echo "arecord not found" ``` - Install whisper.cpp (Offline Speech Recognition Engine) + 🧠 Install whisper.cpp (Offline Speech Recognition Engine) ``` git clone https://github.com/ggml-org/whisper.cpp.git cd whisper.cpp @@ -63,7 +63,7 @@ >ls build/bin #Should see these -> ... whisper-cli, main, whisper-server, ... - Download Tiny + Download 'Tiny' Model ``` mkdir -p ~/.local/share/whisper wget -O ~/.local/share/whisper/ggml-tiny.bin \