Questions tagged [openai-whisper]

Whisper is a general-purpose speech recognition library by OpenAI.

175 questions
-1
votes
1 answer

Whisper Zoo model on DJL with GPU: Getting error "c10::intrusive_ptr::operator->() const+0xc"

I'm trying to run the Whisper zoo model from DJL examples in GPU. In the first run, I got the error that two devices were found - Cuda and CPU. As I understood that this error occurs due to just the model being in the GPU and not the input, as a…
-1
votes
1 answer

How to feed a numpy array as audio for whisper model

So I want to open an mp3 using AudioSegment, then I want to convert the AudioSegment object to numpy array and use this numpy array as input for whisper model, I followed this question How to create a numpy array from a pydub AudioSegment? but non…
JayJona
  • 469
  • 1
  • 16
  • 41
-1
votes
1 answer

How can I fix this syntax error for a TTS python program using openAI's whisper?

I'm getting a syntax error for a publicly available python program for TTS of the glados voice from portal. I am using python 3.9.9. Below is an image showcasing the error: error I'd really appreciate it if someone could offer some help on this.…
-1
votes
1 answer

Can't run script using PHP's exec(), possible permissions problems

I'm having trouble executing a command using PHP's exec function. I think there are two different permissions (or maybe environment?) problems. In this case, the script I'm having trouble with is whisper (OpenAI's Whisper). The setup is Ubuntu…
Robert K S
  • 23
  • 7
-1
votes
1 answer

Python OpenAI Whisper FileNotFoundError when running a standalone created with PyInstaller

I made a small Python program that uses OpenAI whisper's library. Everything works fine in my virtual environment. I generated a .exe of the whole thing with PyInstaller, but when I run the resulting file, I get the following error: Exception…
Ryan Pergent
  • 4,432
  • 3
  • 36
  • 78
-1
votes
1 answer

How to correct misspelled product names?

Moisturizer Finty Skin Hydrovisor Joa Beauty Dark Circle Concealer Sephora brow pencil I have extracted these product names using audio transcription, but some products such as 'Fenty' and 'Joah' are misspelled. An English text normalizer doesn't…
Ankesh
  • 3
  • 3
-2
votes
1 answer

Calls error on ffmpeg module which doesnt have error attribute

Basically im using OpenAI whisper. Im using the code they give as a sample in the github repo. When i run it on command line or normally, it says the module ffmpeg doesnt have an attribute called error which whisper is calling for some…
IAmHim
  • 1
  • 5
1 2 3
11
12