GiviMAD commited on
Commit
1b58b55
·
unverified ·
1 Parent(s): 1d4bf86

readme : add java alternative binding (#1029)

Browse files

Signed-off-by: Miguel Álvarez <[email protected]>

Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -617,6 +617,8 @@ in [models](models).
617
  - [X] Javascript: [bindings/javascript](bindings/javascript) | [#309](https://github.com/ggerganov/whisper.cpp/discussions/309)
618
  - React Native (iOS / Android): [whisper.rn](https://github.com/mybigday/whisper.rn)
619
  - [X] Go: [bindings/go](bindings/go) | [#312](https://github.com/ggerganov/whisper.cpp/discussions/312)
 
 
620
  - [X] Ruby: [bindings/ruby](bindings/ruby) | [#507](https://github.com/ggerganov/whisper.cpp/discussions/507)
621
  - [X] Objective-C / Swift: [ggerganov/whisper.spm](https://github.com/ggerganov/whisper.spm) | [#313](https://github.com/ggerganov/whisper.cpp/discussions/313)
622
  - [exPHAT/SwiftWhisper](https://github.com/exPHAT/SwiftWhisper)
 
617
  - [X] Javascript: [bindings/javascript](bindings/javascript) | [#309](https://github.com/ggerganov/whisper.cpp/discussions/309)
618
  - React Native (iOS / Android): [whisper.rn](https://github.com/mybigday/whisper.rn)
619
  - [X] Go: [bindings/go](bindings/go) | [#312](https://github.com/ggerganov/whisper.cpp/discussions/312)
620
+ - [X] Java:
621
+ - [GiviMAD/whisper-jni](https://github.com/GiviMAD/whisper-jni)
622
  - [X] Ruby: [bindings/ruby](bindings/ruby) | [#507](https://github.com/ggerganov/whisper.cpp/discussions/507)
623
  - [X] Objective-C / Swift: [ggerganov/whisper.spm](https://github.com/ggerganov/whisper.spm) | [#313](https://github.com/ggerganov/whisper.cpp/discussions/313)
624
  - [exPHAT/SwiftWhisper](https://github.com/exPHAT/SwiftWhisper)