Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Speech recognition in real-time with punctuation

Tags:

What is the way to implement speech recognition (voice to text) with auto punctuation? I want to use it to turn a lecture (45 min talk) into text and if possible update the view dynamically.

I tried SpeechRecognizer but it only gives me words without punctuation and stops listening after the first words.

like image 662
Nikola Avatar asked Dec 04 '16 18:12

Nikola


1 Answers

You can use Punctuator, it assigns punctuation to ASR result with the help of a deep neural network.

like image 124
Nikolay Shmyrev Avatar answered Sep 23 '22 16:09

Nikolay Shmyrev