How this STT Example was implemented?
-
I want you to watch this One Minute Video. The video basically shows Speech to text in real time with incredible speed and accuracy in Qt. The description of the video contains a link to a weird qt webpage saying it is the source code. Where is the source code ?? How such an example is implemented?!?
-
I want you to watch this One Minute Video. The video basically shows Speech to text in real time with incredible speed and accuracy in Qt. The description of the video contains a link to a weird qt webpage saying it is the source code. Where is the source code ?? How such an example is implemented?!?
@Karim-Fadi said in How this STT Example was implemented?:
contains a link to a weird qt webpage saying it is the source code
Can you post the link here?
-
@Karim-Fadi said in How this STT Example was implemented?:
contains a link to a weird qt webpage saying it is the source code
Can you post the link here?
-
@Karim-Fadi Clone qtspeech repo:
git clone "https://codereview.qt-project.org/qt/qtspeech"And checkout " wip/speech-recognition " branch in that repo.
-
@Karim-Fadi Clone qtspeech repo:
git clone "https://codereview.qt-project.org/qt/qtspeech"And checkout " wip/speech-recognition " branch in that repo.
@jsulm this branch only contains TTS not STT
-
Looks like this one: https://github.com/qt/qtspeech/tree/wip/speech-recognition/examples/speech/qmlspeech
The real engine behind it, however, is PocketSphinx