ggerganov commited on
Commit
7a0b310
·
unverified ·
1 Parent(s): 142f526

Update README.md

Browse files

Add bindings links / discussions

Files changed (1) hide show
  1. README.md +6 -5
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] Objective-C / Swift: [ggerganov/whisper.spm](https://github.com/ggerganov/whisper.spm)
454
- - [X] Javascript: [bindings/javascript](bindings/javascript)
455
- - [ ] Python: soon
 
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