Replies: 2 comments 3 replies
-
Install info is on the main page -> https://github.com/openai/whisper#setup If Python is too complicated then you can use standalone version -> https://github.com/Purfview/whisper-standalone-win
All formats supported by ffmpeg. |
Beta Was this translation helpful? Give feedback.
-
whisper is not an end-to-end software with installer and such, it's a python package mean to be use in a software, imagine it like a piece of lego to be used in a lego set
no there're plenty projects like whisper, not everything has installer so if u not familiar with python, prefer ready-to-use program like what Purfview has done |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Can a proper good step-by-step guide please be added? I keep running into roadblocks trying to get this piece of software to run. It honestly shouldn't be anywhere near so difficult. Disclaimer: I am completely unfamiliar with python and everything related to it, and I imagine most people are (like, in general).
So I installed Python. Just the latest version, because why not. It's important to note that python and its commands should be on the PATH, because otherwise the install command in the docs won't work. Docs doesn't say anything about that, and just blindly assumes the pip command works.
No juice. The installer complains that it only runs on a very specific set of python versions. This is bad, because I now have to go and hunt down the exact right version. And people who are familiar with python, might have the wrong version installed. And, after having found the right version of python and trying to install it, the installer complained that another version of python is already installed and must be uninstalled first. That's why it's bad also for people who already work with python - they are likely to be on the latest stable version.
And before you go "that's out of scope" - I don't think it is. It's a requirement for whisper to run, so it's just as important to install python correctly, as it is to install whisper itself. On top of that, it is extremely likely that python hasn't been installed, making it ever more important to get it right, because it's part of the experience of getting this piece of software running.
After that, the pip command started working. I am familiar with Node.js, and so I created a directory and cd into it, run pip from there, and expected whisper to install into the current directory. Little did I know, pip doesn't install there. And I haven't the foggiest where it's installed whisper to. And it certainly doesn't put itself on the PATH:
So in the docs, a step is missing where it says where to cd to, in order to run whisper. Because it's not in the directory above.
And then in preparation of actually getting whisper to work, I would expect the docs to list some (or all) formats it supports. Because I have no way of knowing, and the docs doesn't say anything about it.
Beta Was this translation helpful? Give feedback.
All reactions