From bc2dcf85fe2bc7a1f7aae3162e50f9656565ef25 Mon Sep 17 00:00:00 2001 From: GiviMAD Date: Sun, 25 Jun 2023 04:46:07 -0700 Subject: [PATCH] readme : add java alternative binding (#1029) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miguel Álvarez --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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)