Running a deepspeech pre-trained model

I downloaded a pre-trained english model , but i don’t know how to run it .What are the steps?

Litteraly first item of the documentation: https://github.com/mozilla/DeepSpeech/blob/v0.6.0/USING.rst#using-a-pre-trained-model

yes , I mean how can I integrate it in a project , how to develop a further application with it ? I want to make an app where it’s recognizing “what’s the weather in new york” and my apps oes automatically on a web page with the weather in new york

I’m really not sure this is the scope of this forum. What we provide is documented: C API with libdeepspeech.so, several language bindings. I can’t tell you how to write your application.

The README also links to the reference API docs: https://deepspeech.readthedocs.io/en/v0.6.0/.

Please have a look at all the examples and the docs that generates a language model with specific words inside.

thank you very much ! :slight_smile: