-
`from whisperx.utils import WriteSRT
with open("1.srt", "w", encoding="utf-8") as srt:
writesrt=WriteSRT(".") #output file directory
writesrt.write_result(result=result, file=srt,options={…
-
Quick remark (I'm not sure if this is pertinent, as I don't know if WhisperX uses Tensorflow in any meaningful way?):
I get the below warning while running WhisperX in Google Colab:
> `W tensorf…
-
Getting the below error after running this command: `py UltraSinger.py -i https://www.youtube.com/watch?v=XzOvgu3GPwY`
This time I used the default large-v2 model but had tried it previously with …
-
Whisperx can not highlight_words during translate.. it requires word_timestamps True..
![Screenshot_20230520-191809](https://github.com/m-bain/whisperX/assets/119064720/a617800a-881d-4073-8d49-4f263e…
-
Have you looked at utilizing whisper AI to improve accuracy and speed https://github.com/m-bain/whisperX/
Nate
-
When i run whisperx in google colab it always says ,
UnboundLocalError: local variable 'word_start' referenced before assignment.
My command was..
![Screenshot_20230502-051355](https://user-i…
-
## hello,
**OpenAI issued it's Whisper3 on Nov.6,2023.**
And the latest large model (`large-v3`) can be used in package `openai-whisper`.
We have tested the Whisper3 has updated it's performance…
-
(videolingo) ➜ VideoLingo git:(main) docker build -t videolingo .
[+] Building 35.9s (14/16) …
-
Hi, I was able to get WhisperX successfully working with French. Then I tried it with Swedish based on a model I saw online:
`whisperx .\input.wav --model large --align_model viktor-enzell/wav2vec2…
-
I've been using WhisperLive with great success recently in multiple languages. Seriously amazing. I recently noticed the support for `initial_prompt` which was added in January, and tried applying i…