From: GiviMAD Date: Sun, 25 Jun 2023 11:46:07 +0000 (-0700) Subject: readme : add java alternative binding (#1029) X-Git-Tag: upstream/1.7.4~1406 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=bc2dcf85fe2bc7a1f7aae3162e50f9656565ef25;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp readme : add java alternative binding (#1029) Signed-off-by: Miguel Álvarez --- diff --git a/README.md b/README.md index 4f103161..bae4add8 100644 --- 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)