Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 787 Bytes

Python-Examples.rst

File metadata and controls

31 lines (23 loc) · 787 Bytes

Python API Usage example

Examples are from native_client/python/client.py.

Creating a model instance and loading model

.. literalinclude:: ../native_client/python/client.py
   :language: python
   :linenos:
   :lineno-match:
   :start-after: sphinx-doc: python_ref_model_start
   :end-before: sphinx-doc: python_ref_model_stop

Performing inference

.. literalinclude:: ../native_client/python/client.py
   :language: python
   :linenos:
   :lineno-match:
   :start-after: sphinx-doc: python_ref_inference_start
   :end-before: sphinx-doc: python_ref_inference_stop

Full source code

See :download:`Full source code<../native_client/python/client.py>`.