Перейти к содержимому

распознавание речи гугл оффлайн linux

9

Когда я проводил некоторые исследования по распознаванию речи, я увидел несколько статей о том, что сервис распознавания речи Google на Android можно загружать и использовать в автономном режиме на Android. Я также видел кое-что об использовании речевого сервиса Google на компьютере, но это включало запросы к серверу Google. Итак, вот мой вопрос: есть ли способ использовать службу распознавания речи Google в автономном режиме на компьютере, особенно в Linux?

5 008 просмотров
Nathan спросил 13 лет назад
N 65

1 ответ

2

Use the Palaver developed by James McClain.

For more details look this video(http://www.youtube.com/watch?v=pxom292XW_g).

Dependencies:

$ sudo apt-get install sox python-argparse libsox-fmt-mp3 mutt xvkbd xautomation 

The current code is beta, and will be going through restructuring changes as it moves from git to launchpad, so expect a lot of changes in the near future.

The beta can actually do quite a lot at the moment, especially if you add your own dictionary.

Have a look at the docs (/opt/Palaver/Docs) for setting up a dictionary of commands. It is very easy to do. Also, have a look at the default dictionary for a list of inbuilt commands.

stderr ответил 13 лет назад
S 8 849