I created a front end to whisper in python called transcribe_anything
#628
zackees
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
Can the model be specified, sy --large? And language? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Check it out:
It installs the dependencies of whisper ai. Right now only cpu is enabled but I'm working on getting the gpu device enabled.
Update: GPU/CUDA is now enabled, see https://github.com/zackees/transcribe-anything/blob/main/install_cuda.sh
You'll need to git clone the package to install the GPU/CUDA version of
transcribe_anything
, due to security reasons involved withpip
/pypi
.Repo:
https://github.com/zackees/transcribe-anything
Beta Was this translation helpful? Give feedback.
All reactions