Python client library and CLI for Speechmatics' Flow Service API.
To install from PyPI:
pip install speechmatics-flow
To install from source:
git clone https://github.com/speechmatics/speechmatics-flow
cd speechmatics-flow && python setup.py install
Windows users may need to run the install command with an extra flag:
python setup.py install --user
- Setting URLs for connecting to flow service. These values can be used in places of the --url flag:
*Note: Requires access to microphone
speechmatics-flow --url $URL --auth-token $TOKEN --ssl-mode insecure
If you have any issues with this library or encounter any bugs then please get in touch with us at [email protected].