Search code examples
pythonofflinespeech-to-text

what can I use to convert speech to text (offline)?


I want to know what libraries are there to convert any voice to text locally (offline). Even if the word is incomprehensible or meaningless (Literally translate words) in python.


Solution

  • Have a look at SpeechRecognition. CMU Sphinx will work offline but may not be as efficient.