From 253533a3041bcc27dd514dc29e7fc0193cb78116 Mon Sep 17 00:00:00 2001 From: UsernamesLame <156965854+UsernamesLame@users.noreply.github.com> Date: Thu, 29 Aug 2024 13:25:23 -0700 Subject: [PATCH] Add pywhispercpp to the Pybind11 Python wrapper list abdeladim-s/pywhispercpp wasn't added to the list / was removed at some point (?) It was referenced in issue #9, so I feel like it's worthy of being added as it's the first if not one of the first Python wrappers for whisper.cpp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c9a3b4c279d..a461cd358e8 100644 --- a/README.md +++ b/README.md @@ -798,6 +798,7 @@ For more details, see the conversion script [models/convert-pt-to-ggml.py](model - [stlukey/whispercpp.py](https://github.com/stlukey/whispercpp.py) (Cython) - [AIWintermuteAI/whispercpp](https://github.com/AIWintermuteAI/whispercpp) (Updated fork of aarnphm/whispercpp) - [aarnphm/whispercpp](https://github.com/aarnphm/whispercpp) (Pybind11) + - [abdeladim-s/pywhispercpp](https://github.com/abdeladim-s/pywhispercpp) (Pybind11) - [x] R: [bnosac/audio.whisper](https://github.com/bnosac/audio.whisper) - [x] Unity: [macoron/whisper.unity](https://github.com/Macoron/whisper.unity)