]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
readme : add java alternative binding (#1029)
authorGiviMAD <redacted>
Sun, 25 Jun 2023 11:46:07 +0000 (04:46 -0700)
committerGitHub <redacted>
Sun, 25 Jun 2023 11:46:07 +0000 (14:46 +0300)
Signed-off-by: Miguel Álvarez <redacted>
README.md

index 4f103161323a8c934a68cadd90525ab65cabed72..bae4add8fbd8368f9c9672bdd6fd1bb36de6faa9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -617,6 +617,8 @@ in [models](models).
 - [X] Javascript: [bindings/javascript](bindings/javascript) | [#309](https://github.com/ggerganov/whisper.cpp/discussions/309)
   - React Native (iOS / Android): [whisper.rn](https://github.com/mybigday/whisper.rn)
 - [X] Go: [bindings/go](bindings/go) | [#312](https://github.com/ggerganov/whisper.cpp/discussions/312)
+- [X] Java:
+  - [GiviMAD/whisper-jni](https://github.com/GiviMAD/whisper-jni)
 - [X] Ruby: [bindings/ruby](bindings/ruby) | [#507](https://github.com/ggerganov/whisper.cpp/discussions/507)
 - [X] Objective-C / Swift: [ggerganov/whisper.spm](https://github.com/ggerganov/whisper.spm) | [#313](https://github.com/ggerganov/whisper.cpp/discussions/313)
   - [exPHAT/SwiftWhisper](https://github.com/exPHAT/SwiftWhisper)