diff --git a/README.md b/README.md index 7c4b7eb..629e2a8 100644 --- a/README.md +++ b/README.md @@ -447,12 +447,13 @@ or manually from here: For more details, see the conversion script [models/convert-pt-to-ggml.py](models/convert-pt-to-ggml.py) or the README in [models](models). -## Bindings +## [Bindings](https://github.com/ggerganov/whisper.cpp/discussions/categories/bindings) -- [X] Rust: [tazz4843/whisper-rs](https://github.com/tazz4843/whisper-rs) -- [X] Objective-C / Swift: [ggerganov/whisper.spm](https://github.com/ggerganov/whisper.spm) -- [X] Javascript: [bindings/javascript](bindings/javascript) -- [ ] Python: soon +- [X] Rust: [tazz4843/whisper-rs](https://github.com/tazz4843/whisper-rs) | [#310](https://github.com/ggerganov/whisper.cpp/discussions/310) +- [X] Javascript: [bindings/javascript](bindings/javascript) | [#309](https://github.com/ggerganov/whisper.cpp/discussions/309) +- [X] Go: [bindings/go](bindings/go) | [#312](https://github.com/ggerganov/whisper.cpp/discussions/312) +- [X] Objective-C / Swift: [ggerganov/whisper.spm](https://github.com/ggerganov/whisper.spm) | [#313](https://github.com/ggerganov/whisper.cpp/discussions/313) +- [ ] Python: soon | [WIP](https://github.com/ggerganov/whisper.cpp/issues/9) ## Examples