Where can I find a full guide on how to use Deep Speech.
Can I use it within a mobile app?
Any guidance, please ?
I am working on my graduation project. It is a mobile app that would classify a speech (an arabic speech to be precise) as healthy or pathological. The classification method would be as described here
The documentation on github has more on using the tf-lite model instead of the full size version. I’m sure you’re looking for more than that but the DeepSpeech.py uses an if statement to determine if tf lite or not.
There is also a deepspeech-server in python if inference was to be done online vs offline.
If I understand this, you are training a model. Are there existing pretrained models available? How would I use one on ubuntu? I want to use my microphone and do STT to run commands. Cheers! M