Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
141 views

CUDA Out of Memory Error when Chunking Audio and Running Whisper Transcription in Python

I'm working on a Python script that transcribes audio files using a library that leverages CUDA for GPU acceleration. The transcription process involves chunking the audio file into smaller segments ...
Ruffy's user avatar
  • 1
2 votes
1 answer
190 views

Is there any way to transliterate hindi audio to english using OpenAI whisper

I have task where given an audio file I have to perform speaker diarization on the audio file and then I have to perform the transcription accordingly. For speaker diarization I am using pyannote, ...
Chaitanya Kale's user avatar