Upload README.md
Browse files
README.md
CHANGED
@@ -26,7 +26,8 @@ OpenBSD, and NetBSD for AMD64 and ARM64.
|
|
26 |
## Quickstart
|
27 |
|
28 |
Running the following on a desktop OS will transcribe the speech of a
|
29 |
-
wav/mp3/ogg/flac file into
|
|
|
30 |
|
31 |
```
|
32 |
wget https://huggingface.co/Mozilla/whisperfile/resolve/main/whisper-tiny.en.llamafile
|
|
|
26 |
## Quickstart
|
27 |
|
28 |
Running the following on a desktop OS will transcribe the speech of a
|
29 |
+
wav/mp3/ogg/flac file into text. We also pass the `-pc` flag so the
|
30 |
+
output will be color coded, to give us an idea of model confidence.
|
31 |
|
32 |
```
|
33 |
wget https://huggingface.co/Mozilla/whisperfile/resolve/main/whisper-tiny.en.llamafile
|