Spaces:
Running
Running
Update README.md
Browse filesAdd bindings links / discussions
README.md
CHANGED
|
@@ -447,12 +447,13 @@ or manually from here:
|
|
| 447 |
For more details, see the conversion script [models/convert-pt-to-ggml.py](models/convert-pt-to-ggml.py) or the README
|
| 448 |
in [models](models).
|
| 449 |
|
| 450 |
-
## Bindings
|
| 451 |
|
| 452 |
-
- [X] Rust: [tazz4843/whisper-rs](https://github.com/tazz4843/whisper-rs)
|
| 453 |
-
- [X]
|
| 454 |
-
- [X]
|
| 455 |
-
- [
|
|
|
|
| 456 |
|
| 457 |
## Examples
|
| 458 |
|
|
|
|
| 447 |
For more details, see the conversion script [models/convert-pt-to-ggml.py](models/convert-pt-to-ggml.py) or the README
|
| 448 |
in [models](models).
|
| 449 |
|
| 450 |
+
## [Bindings](https://github.com/ggerganov/whisper.cpp/discussions/categories/bindings)
|
| 451 |
|
| 452 |
+
- [X] Rust: [tazz4843/whisper-rs](https://github.com/tazz4843/whisper-rs) | [#310](https://github.com/ggerganov/whisper.cpp/discussions/310)
|
| 453 |
+
- [X] Javascript: [bindings/javascript](bindings/javascript) | [#309](https://github.com/ggerganov/whisper.cpp/discussions/309)
|
| 454 |
+
- [X] Go: [bindings/go](bindings/go) | [#312](https://github.com/ggerganov/whisper.cpp/discussions/312)
|
| 455 |
+
- [X] Objective-C / Swift: [ggerganov/whisper.spm](https://github.com/ggerganov/whisper.spm) | [#313](https://github.com/ggerganov/whisper.cpp/discussions/313)
|
| 456 |
+
- [ ] Python: soon | [WIP](https://github.com/ggerganov/whisper.cpp/issues/9)
|
| 457 |
|
| 458 |
## Examples
|
| 459 |
|