WhisperLive
WhisperLive copied to clipboard
A nearly-live implementation of OpenAI's Whisper.
## Context I've been exploring the whisper-live project and see great potential for it in web applications and microservices. While the current client-server architecture works well for Python developers, integrating...
There is a type mismatch between the server's expected data type and the client's sent data type when handling the end-of-audio signal. ## Issue The server's get_audio_from_websocket() method expects binary...
Add verbose option in python client which shows transcriptions with timestamps with faster-whisper backend.
Transcribe any audio coming out of the system like a video player for eg. - Transcribe videos in any random video player or format - Transcribe any online meeting in...
Add a lightweight speaker diarization.
Improve subtitle interface for python client and browser extensions similar to how youtube shows subtitles and make it more readable. Currently, it becomes difficult at times to figure out what...