The Mod9 ASR Python SDK is a higher-level interface than the protocol described in the TCP reference documentation for the Mod9 ASR Engine. This software is designed as a compatible drop-in replacement for:
Please refer to mod9.io/python and mod9.io/rest for further documentation and examples.
In addition, this package provides a WebSocket interface: see mod9.io/websocket for a demonstration.
To install the Mod9 ASR Python SDK, if an Internet connection is available:
pip3 install mod9-asr
Alternatively, to install from local source:
tar xzf mod9-asr-$VERSION.tar.gz
pip3 install ./mod9-asr-$VERSION
NOTE: as of March 2024, library compatibility is limited to google-cloud-speech<2.23.0
.