faster-whisper
faster-whisper copied to clipboard
Faster Whisper transcription with CTranslate2
Is there any possible way to assign more CPU on this script. Honestly, is's super fast on my windows machine. However, I discover that it only takes maybe 60%-70% CPU,...
I am testing the branch `word-level-timestamps` https://github.com/guillaumekln/faster-whisper/commit/dc780dcbe01daf9f3b082c0153c315f683ed829a I installed your fork of CTranslate2 https://github.com/guillaumekln/CTranslate2.git on branch `whisper-align`. When I try to run inference with word timestamps, I get: ``` Traceback...
Will this project support ".pt" file instead of bin model hold in hugging face?Or this project can storage translated models in some public storage. Because the bin models in hugging...
Thanks again for this project - for context I'm testing it transcribing a live public radio stream, appreciate the rapid speed and low memory as it's most useful providing near-live...
Hi, I really appreciate you sharing this implementation. I found it to be very fast with accurate results. I do not see word-level timestamps in the result. Are word level...
Hi, it's me the tech pleb again How are you supposed to run this? Looking in Docs didn't help. I'm on Windows 10. Previously used this https://github.com/ProjectEGU/whisper-for-low-vram I used CMD...
Would it be possible to produce shorter segments? (some are way too long)
Thank you for releasing the code since this implementation require less memory than other implementation adding VAD (Voice activity detection) should be more suitable Voice activity detection make whisper more...
Thanks for your work first. It's useful. Howerver, there's still something wrong. It returns -1073740791 (0xC0000409) when dealing with a audio file in chinese. I have defined a function in...
It would be great if we can include the transcription_options in AudioInfo. My application is only making a few changes but leaving the rest as default. However, I would like...