5 Good Open Source Speech Recognition/Speech-to-Text Systems:
- 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.
- Kaldi
- Julius should be already packaged for many distro
- Wav2letter++
- DeepSpeech2 from the Chinese giant Baidu