From d176160f6f51ae5307fc3388b43bd5a23c248a74 Mon Sep 17 00:00:00 2001 From: Aaron Pham <29749331+aarnphm@users.noreply.github.com> Date: Mon, 27 Feb 2023 11:02:11 -0800 Subject: [PATCH] readme : add pybind11 bindings (#538) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fd07533..09fe018 100644 --- a/README.md +++ b/README.md @@ -471,6 +471,7 @@ in [models](models). - [NickDarvey/whisper](https://github.com/NickDarvey/whisper) - [X] Python: | [#9](https://github.com/ggerganov/whisper.cpp/issues/9) - [stlukey/whispercpp.py](https://github.com/stlukey/whispercpp.py) (Cython) + - [aarnphm/whispercpp](https://github.com/aarnphm/whispercpp) (Pybind11) ## Examples