I tried to install whisper to transcribe an audio, I followed the instruction, I managed to install the package whisper, and ffmpeg (using homebrew). But when I use the following command : transcription = model.transcribe(audio_path, fp16=False), I get the following error : FileNotFoundErr...
No such file or directory:'ffmpeg' on MacOS in Python OpenAI Whisper对我来说(Python 3.9.13...
No such file or directory:'ffmpeg' on MacOS in Python OpenAI Whisper对我来说(Python 3.9.13...
I've tried all of the above solutions, I either get"FileNotFoundError: [Errno 2] No such file or directory: 'ffmpeg' or AttributeError: module 'ffmpeg' has no attribute 'input' I've tried uninstall and re-installing in various different orders ...
Directly load the model from a local directory: model = faster_whisper.WhisperModel("whisper-large-v3-ct2")Upload your model to the Hugging Face Hub and load it from its name: model = faster_whisper.WhisperModel("username/whisper-large-v3-ct2")...
Directly load the model from a local directory: model = faster_whisper.WhisperModel("whisper-large-v3-ct2")Upload your model to the Hugging Face Hub and load it from its name: model = faster_whisper.WhisperModel("username/whisper-large-v3-ct2")...