openai-whisper Questions

2

Solved

I'm exploring the capabilities of the Whisper API and was wondering if it can be used to generate an .SRT file with transcriptions. From what I understand, this transcription to .SRT can be achieve...
Gerianne asked 2/10, 2023 at 20:2

7

I wanted to check out OpenAI whisper and see if I could find some personal applications for it. I went on github and followed the instructions to set it up. My primary system is on Windows 11 and I...
Coaptation asked 25/9, 2022 at 15:8

3

so im trying to use openai-whisper. i'm using poetry as my env and dependecy manager. but keep getting errors when trying to download it. the error i get is, Installing triton (2.0.0): Failed i tri...
Hanser asked 24/5, 2023 at 22:54

4

Solved

I'd like to transcribe speech to text using Whisper. I have been able to successfully run it on a single file using the command: whisper audio.wav I'd like to run it on a large number of files in ...
Newson asked 18/12, 2022 at 20:38

4

Solved

I use OpenAI's Whisper python lib for speech recognition. How can I get word-level timestamps? To transcribe with OpenAI's Whisper (tested on Ubuntu 20.04 x64 LTS with an Nvidia GeForce RTX 3090):...
Electrostatics asked 23/9, 2022 at 2:15

2

tldr : Am I right in assuming torch.cuda.init(), device = "cuda" and result = model.transcribe(etc) should be enough to enforce gpu usage ? I have checked on several forum posts and could...
Frear asked 18/3, 2023 at 10:27

2

I'm trying to use whisper AI on my computer. I have a NVIDIA GPU RTX 2060, installed CUDA and FFMPEG. I'm running this code : import whisper model = whisper.load_model("medium") result =...

1

Solved

I noticed that transcribing speech in multiple languages with openai whisper speech-to-text library sometimes accurately recognizes inserts in another language and would provide the expected output...

1

I use OpenAI's Whisper python lib for speech recognition. How can I give some hint phrases, as it can be done with some other ASR such as Google? To transcribe with OpenAI's Whisper (tested on Ubu...
1

© 2022 - 2025 — McMap. All rights reserved.