Google News
logo
TensorFlow.js - Interview Questions
What do you understand by Deep Speech?
DeepSpeech is an open-source engine used to convert Speech into Text. It uses a model which is trained by machine learning techniques. It is based on Baidu's Deep Speech research paper. It uses Google's TensorFlow to make the implementation easier.
 
We can list the command line options through deep Speech, and the syntax for that is given below:
./deepspeech.py  
Advertisement