DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices ranging from a Raspberry Pi 4 to high power GPU servers.
Mozilla Public License 2.0
25.41k
stars
3.98k
forks
source link
How to import deepspeech model in local environment or google colab? #3806
I can run deepspeech using
but if I try to do
import deepspeech
it gives the errorI have done
pip install deepspeech
and usingpython3.7
so it shouldn't be a compatibility issue.