jartine commited on
Commit
5de8ebe
1 Parent(s): ed1d32a

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -2
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 plain text.
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 speech-recording.wav
 
 
 
 
 
 
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"