Replies: 2 comments 1 reply
-
This probably is not exactly what you are looking for, but I just released a raw C/C++ implementation of whisper: https://github.com/ggerganov/whisper.cpp It's not yet suited for including in other projects but, it might serve as a starting point / reference. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Perhaps you can call its compiled exe through CMD? I plan to make a video tutorial for this. automating whisper through CMD commands |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm very interested in this project. However, my current usage of speech-to-text as a general workload is written in Rust, not Python, so I can't use Whisper without the reasonably large overhead of calling to the CLI every time. It would be great if Whisper were just compiled directly in, without needing to install more stuff on the host. Any plans for C bindings to make this possible?
Beta Was this translation helpful? Give feedback.
All reactions