mirror of
https://github.com/mozilla/DeepSpeech.git
synced 2025-10-26 11:19:39 +00:00
24 lines
503 B
ReStructuredText
24 lines
503 B
ReStructuredText
Python API Usage example
|
|
========================
|
|
|
|
Creating a model instance and loading model
|
|
-------------------------------------------
|
|
|
|
.. literalinclude:: ../native_client/python/client.py
|
|
:language: python
|
|
:linenos:
|
|
:lines: 111,123
|
|
|
|
Performing inference
|
|
--------------------
|
|
|
|
.. literalinclude:: ../native_client/python/client.py
|
|
:language: python
|
|
:linenos:
|
|
:lines: 143-148
|
|
|
|
Full source code
|
|
----------------
|
|
|
|
See :download:`Full source code<../native_client/python/client.py>`.
|