-
I have been trying to use the instructions to transcribe some audio files to get the WER. The audio files are over 20 minutes long so the reference dialog would be multiple paragraphs. I am struggling…
-
-
When using the OpenAI Whisper API option for transcribing a long audio (1 hour), buzz will report
> "Failed (Maximum content size limit (26214400) exceeded (2629xxxx) bytes read) {..."
According…
-
**Describe the bug**
I see `pytubefix.exceptions.VideoPrivate: SOME_ID is a private video` for all video from Digital Ocean Infra from this night. These are regular publicly available videos and not …
-
Hello everyone,
I am encountering an issue with WhisperX where I cannot transcribe audio files that are longer than 90 minutes (1h30m). When I try to process longer files, the transcription proces…
-
Subscribe to this issue and stay notified about new [daily trending repos in Python](https://github.com/trending/python?since=daily).
-
I was able to run the Speech Transcription with WhisperX, where a json and text file were outputted. Now, I want to use the Speaker Separation with Labels (because I am using WhisperX), and that runs,…
-
-
## What is the current behavior?
Getting a 503 error when `response = deepgram.listen.prerecorded.v("1").transcribe_url(AUDIO_URL, options, timeout=300)`.
```
Version.v ENTER
Version.v ENTE…
-
I have fine-tuned a whisper model (large) using my own dataset. The model works great during inference with the original openai/whisper code. The model can also detect word_timestamps after the new fe…