Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
-1 votes
0 answers
47 views

Python Speech-to-text using Whisper model to APK using Kivy , Buildozer

I'm working on speech-to-text using whisper model it runs in my computer but after conversion to APK file it don't. Application creation success and installed in android successfully but not opening. ...
friend's user avatar
  • 1
0 votes
0 answers
15 views

SSL: SSLV3_ALERT_BAD_RECORD_MAC sslv3 alert bad record mac (_ssl.c:2559) error while transcribing audio files from an API using whisper-turbo model

I am converting some audio calls coming from an Api using OpenAI whispers latest large-turbo model. During conversion at some point, it gives this error ([SSL: SSLV3_ALERT_BAD_RECORD_MAC] sslv3 alert ...
Bhupendra Singh's user avatar
1 vote
0 answers
121 views

Fine-Tuning Whisper for translate task "speech in cutom dialect to translated text in another custom language"

I recently fine-tuned the Whisper-Tiny model on my custom speech dataset for transcription tasks, and it worked well. However, when I tried to fine-tune the model for a translation task using the same ...
maria labed's user avatar