'Usiing deepspeech package for automatic speech recognition

please i need some help. How can I use deepspeech as an API directly in google colab without using the command prompt : I want to load the pre_trained model,instanciate it and create a function that takes as input and audio file and returns the text. Thank you in advance



Solution 1:[1]

This GitHub repo contains an Google Colab notebook that provides good instructions to get started:

https://github.com/mayukhnair/deepspeech-colab

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Kathy Reid