Comment by forgingahead
10 days ago
Yeah, mind sharing any of the scripts? I looked at the docs briefly, looks like we need to install ALL of nemo to get access to Parakeet? Seems ultra heavy.
10 days ago
Yeah, mind sharing any of the scripts? I looked at the docs briefly, looks like we need to install ALL of nemo to get access to Parakeet? Seems ultra heavy.
You only need the ASR bits -- this is where I got to when I previously looked into running Parakeet:
Then run a transcribe.py script in that venv:
With that I was able to run the model, but I ran out of memory on my lower-spec laptop. I haven't yet got around to running it on my workstation.
You'll need to modify the python script to process the response and output it in a format you can use.
Thanks!