Upload README.md
Browse files
README.md
CHANGED
|
@@ -25,12 +25,19 @@ OpenBSD, and NetBSD for AMD64 and ARM64.
|
|
| 25 |
## Quickstart
|
| 26 |
|
| 27 |
Running the following on a desktop OS will transcribe the speech of a
|
| 28 |
-
wav file into
|
| 29 |
|
| 30 |
```
|
| 31 |
wget https://huggingface.co/Mozilla/whisperfile/resolve/main/whisper-tiny.en.llamafile
|
|
|
|
| 32 |
chmod +x whisper-tiny.en.llamafile
|
| 33 |
-
./whisper-tiny.en.llamafile -f
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
```
|
| 35 |
|
| 36 |
Having **trouble?** See the ["Gotchas"
|
|
|
|
| 25 |
## Quickstart
|
| 26 |
|
| 27 |
Running the following on a desktop OS will transcribe the speech of a
|
| 28 |
+
wav file into colorful text.
|
| 29 |
|
| 30 |
```
|
| 31 |
wget https://huggingface.co/Mozilla/whisperfile/resolve/main/whisper-tiny.en.llamafile
|
| 32 |
+
wget https://huggingface.co/Mozilla/whisperfile/resolve/main/raven_poe_64kb.wav
|
| 33 |
chmod +x whisper-tiny.en.llamafile
|
| 34 |
+
./whisper-tiny.en.llamafile -f raven_poe_64kb.wav -pc
|
| 35 |
+
```
|
| 36 |
+
|
| 37 |
+
There's also an HTTP server available:
|
| 38 |
+
|
| 39 |
+
```
|
| 40 |
+
./whisper-tiny.en.llamafile --server
|
| 41 |
```
|
| 42 |
|
| 43 |
Having **trouble?** See the ["Gotchas"
|