-
Research alternatives to the standard whisper model as well as other open-source alternatives
-
Steps to reproduce
------------------
1. Use the audio from the following video: https://www.youtube.com/watch?v=Mlpu32AIt8I
2. Try to transcribe it (german)
3. "Error generating the file transc…
-
Surprisingly, WhisperX 3.1.1 doesn't recognize "English" as language code. (WhisperX 3.1.1 does recognize "en" as language code.)
```
PS C:\Windows\system32> whisperx --language=English --model=me…
-
在听写完成后如果我直接点“保存字幕文件”会正常生成字幕文件,但是我如果点击了“whisperX 时间轴对齐”后,在点击“保存字幕文件”会无法生成字幕文件
-
File "C:\Users\mac\PycharmProjects\whisperX-main\main.py", line 11, in
model = whisperx.load_model("large-v2", device, compute_type=compute_type,language="en")
File "C:\Users\mac\PycharmProj…
-
Lightning automatically upgraded your loaded checkpoint from v1.5.4 to v2.0.4. To apply the upgrade to your files permanently, run `python -m pytorch_lightning.utilities.upgrade_checkpoint --file C:\U…
-
Hi,
I'm new to whisperX and want to use it for ASR, especially for batching inference.
I see this example from the main page:
```
audio_file = "audio.mp3"
batch_size = 16
audio = whisperx…
-
Hey, is it feasible to create the conda environment without anchoring to Python 3.8? Ideally, I would like to update it to use Python 3.10. I'm planning to use it alongside WhisperX, which anchors to …
-
Model was trained with pyannote 0.0.1 warning even though I am running the most recent version.
I cloned the repo and installed whisperx using pip. I checked setup.pyp installs pyannote 3.0.0 or 3.…
-
I can't run the Whisper_Transcription_+_NeMo_Diarization.ipynb as the installing Dependencies cells fail to run without erros.
I've attached the output of the cells for reference but you should enc…