Speech-to-Text in Real Time
I want to transcribe meeting notes with following constraints:
- Near real time (max 20 seconds delay)
- No third party APIs, due to privacy issues.
I looked into whisper, but that starts transcription only after the recording is stopped. I also looked into the browser's native speech recognition, but the browser sends the data to some servers for transcription. Any suggestions?
2 comments
[ 239 ms ] story [ 229 ms ] threadWhisper has to process data in chunks anyways.
https://cloud.google.com/blog/products/ai-machine-learning/s... https://picovoice.ai/platform/cheetah/ https://github.com/mozilla/DeepSpeech