-
Hello there developers and community members, I am blockchain developer and just put my feet inside the world of AI. So first I am trying to create a AI based project for my self. So my first requirement is to create audio transcribe. Where I want to transcribe complete audio file which is in English language to text, to perform some operation on that text. For it I am supposed to use Whisper Model But I get one error and the error was [WinError 2] The system cannot find the file specified I have my file inside the same directory where my python code is. Here is my code with different approaches I tried Approach 1
Approach 2
Approach 3 In this approach I tried with different code
I tried with different ways but I get the same error again and again FileNotFoundError: [WinError 2] The system cannot find the file specified Here is my project hierarchy OS I am using: Windows11 Now looking for some help. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
fyi in case this is the source of your problem |
Beta Was this translation helpful? Give feedback.
fyi in case this is the source of your problem