MahmoudAshraf97 / whisper-diarization

Automatic Speech Recognition with Speaker Diarization based on OpenAI Whisper
BSD 2-Clause "Simplified" License
3.75k stars 329 forks source link

Had various issues recently, likely related to packages #275

Open mbrownnycnyc opened 6 hours ago

mbrownnycnyc commented 6 hours ago

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

Most of these were googled, but @Leandrocnf helped out on this thread: https://github.com/m-bain/whisperX/issues/902#issuecomment-2433617516

I don't know if this is worthy of a PR, but I wanted to share.

Thank you Mahmoud!