-
Since updating to WhisperX 3.1.6, I get the following error:
```
Traceback (most recent call last):
[...]
File "/app/transcribe/models.py", line 168, in init_model
self.model = whisperx.l…
-
Hi Jarod! My folders under datasets are model1\tomi\mono.wav. The wav file is mono.
The error that pops up shortly after it begins processing speakers is:
File "C:\AI\beatrice_trainer_webui_…
-
-
```javascript
// Define the API token and endpoint
const replicateAPIToken = 'xxxxxxxxxxxxxxxxxxxxxxxxxx'; // You should secure this token properly in production
const url = 'https://api.replicate.…
maboa updated
4 months ago
-
WhisperX diarization is done with Pyannote .
I'm using whisper-X for transcription in closed environment, no internet access.
It works well with whisper transcription , since we can download the…
-
Prepended the following to the install block in colab:
```
!pip install ctranslate2==4.4.0
!pip install lameenc
!pip install openunmix
!pip install tensorrt
!pip install dora-search
```
Mo…
-
after updating to the latest version of pandrator, dependencies are missing
[INFO] XTTS Training: ModuleNotFoundError: No module named 'df'
-
Is the use of hotwords somehow possible? I would like to have the possibility to add strings that improve the transcription of technical terms, names, etc.
-
Hi @nkilm,
Thank you for your excellent work on the offline WhisperX pipeline! Your repository has been a great inspiration for me, and I’m currently developing a Python GUI (https://github.com/cha…
-
I'm a newbie and just started using this library and have done some inference demo with the default setting but Speaker Diarization for telephonic data with 2 speakers seems not work at all (compared …