Install from PyPI
Optional dependencies
To include display utilities (OpenCV video display, sounddevice audio playback) for local testing:Requirements
- Python 3.10 or higher
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Install the Anam Python SDK, verify your environment, and prepare a Python application to stream audio and video with an avatar.
pip install anam
uv add anam
pip install anam[display]
import anam
print(anam.__version__)
Was this page helpful?
