Ruby Voice Recognition Libraries

Are there speech recognition libraries completely created in Ruby or in cross-platform languages ​​with a Ruby implementation (like Java)?

Preferably, it does not require a lot of code to start using.

+4
source share
1 answer

Sphinx 4 is a speech recognition library written in Java that you can script through JRuby .

+5
source

Source: https://habr.com/ru/post/1387101/


All Articles