From a5e60c019d10c9502f7ec28aa192ab1fb54afa4a Mon Sep 17 00:00:00 2001 From: Jhen-Jie Hong Date: Thu, 23 Mar 2023 03:39:02 +0800 Subject: [PATCH] readme : add react-native bindings (#619) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 474220a9..6871ea7c 100644 --- a/README.md +++ b/README.md @@ -476,6 +476,7 @@ in [models](models). - [X] Rust: [tazz4843/whisper-rs](https://github.com/tazz4843/whisper-rs) | [#310](https://github.com/ggerganov/whisper.cpp/discussions/310) - [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] 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)