Speech-to-Text in Real Time
2 comments
just feed data into whisper in chunks as the meeting is ongoing? you don't need the whole meeting to be finished in order to process data.
Whisper has to process data in chunks anyways.
Whisper has to process data in chunks anyways.
the technology you're looking for is "on-device" or "local" speech-to-text
https://cloud.google.com/blog/products/ai-machine-learning/s... https://picovoice.ai/platform/cheetah/ https://github.com/mozilla/DeepSpeech
https://cloud.google.com/blog/products/ai-machine-learning/s... https://picovoice.ai/platform/cheetah/ https://github.com/mozilla/DeepSpeech
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?