Part of deepctl — Official Deepgram CLI
Listen (live speech-to-text) command for deepctl
This package is included with deepctl and does not need to be installed separately.
# Install with pip
pip install deepctl
# Or install with uv
uv tool install deepctl
# Or install with pipx
pipx install deepctl
# Or run without installing
uvx deepctl --help
pipx run deepctl --help| Command | Entry Point |
|---|---|
deepctl listen |
deepctl_cmd_listen.command:ListenCommand |
click>=8.0.0rich>=13.0.0pydantic>=2.0.0websockets>=11.0deepgram-captions>=2.0.0sounddevice>=0.4.6numpy>=1.24.0
MIT — see LICENSE