5 Good Open Source Speech Recognition/Speech-to-Text Systems

5 Good Open Source Speech Recognition/Speech-to-Text Systems:

  1. Project DeepSpeech from Mozilla:pip3 install deepspeech deepspeech –model models/output_graph.pbmm –alphabet models/alphabet.txt –lm models/lm.binary –trie models/trie –audio my_audio_file.wavYou can also install it using npm:
    npm install deepspeech

    For more information, refer to the project’s homepage.

  2. Kaldi
  3. Julius should be already packaged for many distro
  4. Wav2letter++
  5. DeepSpeech2 from the Chinese giant Baidu

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.