Replies: 1 comment
-
|
someone made: https://github.com/namastexlabs/whisperx-api but I haven't tried it yet. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi there!
There is a Faster Whisper Server project (https://github.com/fedirz/faster-whisper-server) which wraps the local Whisper model and opens it up to the local network.
Basically, my laptop's GPU is too bad to run the model on it, so I'd like to hook local WhisperX with some initial audio processing (VAC, DAC, silence filtering) into a remote model (the actual voice recog & diarization).
Before I start hacking - maybe someone already tried that?
Would it make sense to try it to see improvements compared to https://github.com/ufal/whisper_streaming ?
Beta Was this translation helpful? Give feedback.
All reactions