-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
execuse me, how can i use it? could you please give me an tutorial examples? #4
Comments
You should be able to drop the repo files into the same folder where you have a python virtual environment setup with Whisper, tho I haven't setup their latest version in a while, so I'm not sure what if anything, has changed. I'll have to look into that. How much did you need to know, cause you'll need to have Whisper setup already for this to work. |
How would you use it is the question. There's no tutorial of any sort, and it's forcing me to look through the files to try and deduce how to work it out. If I ever do get the hang of it, I'll be sure to try and explain it to others :-) |
I haven't updated my install of Whisper in a while, so maybe a newer version changed something. I'll try to update later, and see if I need to fix something. I've been a bit busy, and focused on other projects lately. Otherwise if it's not related to any update changes.. I tried to make my ReadMe as clear as I could about what each file does, and the various requirements it needs to have on the system. I use a python virtual environment, with Whisper installed, and I put my 3 code files in there. If I wanna show a live output of what the mic "hears" in the terminal, I run livewhisper.py, or if I wanna play around with a basic assistant, I run assistant.py. Tho compared to what the latest LLM chatbots can do, this is ancient. There's not much else to it. So I'm not sure what specific part of this you need a tutorial for.. I'm not very good at setting up automated installers or anything like that. Note: I didn't really design this to work as a library for other things either, as I'm not sure the best way to do that.. So it's more of just a tech-demo, and an alternative way to do things, cause my odd Linux system has certain library limitations. Honestly, I'm a little shocked how popular it became. |
No description provided.
The text was updated successfully, but these errors were encountered: