Similar project on Windows??
jhouxatjvx opened this issue · 4 comments
Do you know of any similar project on Windows?
Or would you be able to explain what parts of this project I could utilize to build my own frontend on windows?
I know you've put a lot of thought already into how to do real-time streaming transcription with whisper. There is the issue of figuring out how to provide chunks to whisper.cpp so that it can work on them, and would definitely like to know what solution you landed on.
I am a C# dev lacking knowledge on whisper and even on using GGML/GGUF ai models. Trying to learn. :)
it's been a while since I looked at project but I was checking back in for a sec (actually cuz your issue popped up on my github feed), and in the source code it looks like there is hotkeys for windows, I was thinking to myself, why wouldn't it run on windows? couldn't think of a reason just glancing at source, though I'm primarily linux myself I would think all you need to do is get the relevant python or possibly c++ dependencies onto your windows box
(the makefile stuff in the readme looks like it's from whisper.cpp, so you would have to read that projects documentation about running on windows i would guess)
You are correct! I am such a newb!
I tried to execute the client from WSL Ubuntu, which threw a display error. Totally wasn't thinking. I need to execute it in windows directly durrrr!
don't forget close issue 😂
thank you :)