Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,6 +2,7 @@
|
|
| 2 |
|
| 3 |
[](https://github.com/ggerganov/whisper.cpp/actions)
|
| 4 |
[](https://opensource.org/licenses/MIT)
|
|
|
|
| 5 |
|
| 6 |
High-performance inference of [OpenAI's Whisper](https://github.com/openai/whisper) automatic speech recognition (ASR) model:
|
| 7 |
|
|
@@ -448,8 +449,8 @@ in [models](models).
|
|
| 448 |
|
| 449 |
- [X] Rust: [tazz4843/whisper-rs](https://github.com/tazz4843/whisper-rs)
|
| 450 |
- [X] Objective-C / Swift: [ggerganov/whisper.spm](https://github.com/ggerganov/whisper.spm)
|
| 451 |
-
- [
|
| 452 |
-
- [ ]
|
| 453 |
|
| 454 |
## Examples
|
| 455 |
|
|
|
|
| 2 |
|
| 3 |
[](https://github.com/ggerganov/whisper.cpp/actions)
|
| 4 |
[](https://opensource.org/licenses/MIT)
|
| 5 |
+
[](https://www.npmjs.com/package/whisper.cpp/)
|
| 6 |
|
| 7 |
High-performance inference of [OpenAI's Whisper](https://github.com/openai/whisper) automatic speech recognition (ASR) model:
|
| 8 |
|
|
|
|
| 449 |
|
| 450 |
- [X] Rust: [tazz4843/whisper-rs](https://github.com/tazz4843/whisper-rs)
|
| 451 |
- [X] Objective-C / Swift: [ggerganov/whisper.spm](https://github.com/ggerganov/whisper.spm)
|
| 452 |
+
- [X] Javascript: [bindings/javascript](bindings/javascript)
|
| 453 |
+
- [ ] Python: soon
|
| 454 |
|
| 455 |
## Examples
|
| 456 |
|