WhisperLive
WhisperLive copied to clipboard
A nearly-live implementation of OpenAI's Whisper.
For example, the server side is deployed. Can the server-side handle multiple parallel transcription requests? How many requests can it be handled? Will there be any performance issues? It may...
I'm trying to process audio buffers that I receive from websocket and send them to whisper server via websocket, but I'm not able to achieve a coherent transcription. I based...
I want to understand the differences between streaming and no-streaming transcription. I have found out the clients and server all provide asynchronous function in streaming, and the clients truncate the...
I'm trying to use this through microphone, but it doesn't work. Do I have to run this in Docker? I'm using the latest version of WhisperLive. ``` % python live.py...
Code for deploying WhisperLive to AWS ECS defined in Pulumi. There's a lot here that I imagine would be specific to somebody's particular needs, so it's likely that this would...
Running client() gives me: ----------- [INFO]: Waiting for server ready ... [INFO]: Server Ready! Connection is already closed. --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) Cell In[2], [line 1](vscode-notebook-cell:?execution_count=2&line=1) ---->...
I want to deploy the client on a remote server (without microphone and speakers), and it will report the following error:  Then I modified the` play_file()` module in `client.py`...
I utilize the YouTube Picture in Picture feature frequently in the Arc browser and it would be great if the popupElement would act similarly independent from the YouTube tab or...
Hi, the extension works great, but the text od the subtitles is changing itself so frequently so it is hard to read it. For example, it will re-do the same...
tried run in 1. window11 wsl + anaconda 2. window11+ docker image: ghcr.io/collabora/whisperbot-base:latest 3. followed installation guide. keep running, no returns: ``` from whisper_live.server import TranscriptionServer server = TranscriptionServer() server.run("0.0.0.0",...