Python bindings #603
Replies: 3 comments 2 replies
-
Hello! It's great to hear that you've been enjoying @ggerganov's project and that you've taken the initiative to create Python bindings for the C-Style whisper.h API. Your pywhispercpp bindings and documentation sound like a great contribution to the community, especially since you've built an easy-to-use API on top of the existing functions. It's also great to hear that you've uploaded the package to PyPI for easy installation. Contributions like yours can make a big difference in the accessibility and usability of open-source projects, and it's great to see members of the community supporting each other in this way. Thank you for sharing your work with the community, and we wish you the best of luck in your future contributions! |
Beta Was this translation helpful? Give feedback.
-
Hi,
Thanks for this great contribution!
have you benchmarked the speed of the python binding implementation
compared to the original python implementation of whisper yet?
…On Sun, Mar 12, 2023 at 4:07 AM Schuyler Brookes ***@***.***> wrote:
It seems like the speaker is sharing their Python bindings project with
@ggerganov <https://github.com/ggerganov>, the creator of another
project, as they found no easy-to-use Python bindings that support the
C-Style whisper.h API yet.
—
Reply to this email directly, view it on GitHub
<#603 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYKSSRCUIAAHNDSBKOU557DW3WG6FANCNFSM6AAAAAAVX6ZXDM>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Hello @ggerganov,
First, the project is really awesome, great job 👏
I was developing this and the past week I came across your project, I didn't find any easy to use Python bindings that fully support the C-Style
whisper.h
API yet, so I thought it would be fun to learn and create one.So I wanted to share with you, and the community, the results:
The bindings source code is here: pywhispercpp and the documentation is hosted here.
The package supports almost all
whisper.h
functions, plus I built an easy to use ('Pythonic') API on top of them.I pushed the wheels to pypi as awell.
Hope it will be useful for the community.
Beta Was this translation helpful? Give feedback.
All reactions