Spaces:
Sleeping
Sleeping
Update README.md
Browse files- README.md +10 -1
- examples/whisper.wasm/index-tmpl.html +1 -1
README.md
CHANGED
|
@@ -13,7 +13,16 @@ High-performance inference of [OpenAI's Whisper](https://github.com/openai/whisp
|
|
| 13 |
- Zero memory allocations at runtime
|
| 14 |
- Runs on the CPU
|
| 15 |
- [C-style API](https://github.com/ggerganov/whisper.cpp/blob/master/whisper.h)
|
| 16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
## Usage
|
| 19 |
|
|
|
|
| 13 |
- Zero memory allocations at runtime
|
| 14 |
- Runs on the CPU
|
| 15 |
- [C-style API](https://github.com/ggerganov/whisper.cpp/blob/master/whisper.h)
|
| 16 |
+
|
| 17 |
+
Supported platforms:
|
| 18 |
+
|
| 19 |
+
- [x] Mac OS (Intel and Arm)
|
| 20 |
+
- [x] Linux
|
| 21 |
+
- [x] [Windows (MSVC and MinGW)](https://github.com/ggerganov/whisper.cpp/issues/5)
|
| 22 |
+
- [x] [WebAssembly](https://github.com/ggerganov/whisper.cpp/tree/master/examples/whisper.wasm)
|
| 23 |
+
- [x] [Raspberry Pi](https://github.com/ggerganov/whisper.cpp/issues/7)
|
| 24 |
+
- [x] [Android](https://github.com/ggerganov/whisper.cpp/issues/30)
|
| 25 |
+
- [ ] iOS
|
| 26 |
|
| 27 |
## Usage
|
| 28 |
|
examples/whisper.wasm/index-tmpl.html
CHANGED
|
@@ -441,7 +441,7 @@
|
|
| 441 |
}
|
| 442 |
|
| 443 |
//
|
| 444 |
-
//
|
| 445 |
//
|
| 446 |
|
| 447 |
function onProcess(translate) {
|
|
|
|
| 441 |
}
|
| 442 |
|
| 443 |
//
|
| 444 |
+
// transcribe
|
| 445 |
//
|
| 446 |
|
| 447 |
function onProcess(translate) {
|