Upload README.md
Browse files
README.md
CHANGED
@@ -26,13 +26,13 @@ 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 file into colorful text.
|
30 |
|
31 |
```
|
32 |
wget https://huggingface.co/Mozilla/whisperfile/resolve/main/whisper-tiny.en.llamafile
|
33 |
-
wget https://huggingface.co/Mozilla/whisperfile/resolve/main/raven_poe_64kb.
|
34 |
chmod +x whisper-tiny.en.llamafile
|
35 |
-
./whisper-tiny.en.llamafile -f raven_poe_64kb.
|
36 |
```
|
37 |
|
38 |
![screenshot](screenshot.png)
|
|
|
26 |
## Quickstart
|
27 |
|
28 |
Running the following on a desktop OS will transcribe the speech of a
|
29 |
+
wav/mp3/ogg/flac file into colorful text.
|
30 |
|
31 |
```
|
32 |
wget https://huggingface.co/Mozilla/whisperfile/resolve/main/whisper-tiny.en.llamafile
|
33 |
+
wget https://huggingface.co/Mozilla/whisperfile/resolve/main/raven_poe_64kb.mp3
|
34 |
chmod +x whisper-tiny.en.llamafile
|
35 |
+
./whisper-tiny.en.llamafile -f raven_poe_64kb.mp3 -pc
|
36 |
```
|
37 |
|
38 |
![screenshot](screenshot.png)
|