Speech-to-Text in Real Time
https://news.ycombinator.com/item?id=36743183I 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?