| # Python 推理(AX650 板端) | |
| ```bash | |
| conda create -n campplus python=3.10 | |
| conda activate campplus | |
| # 安装 axengine (https://github.com/AXERA-TECH/pyaxengine/releases/latest) | |
| pip install axengine-x.x.x-py3-none-any.whl | |
| pip install -r python/requirements.txt | |
| python3 python/example.py --models-dir models --wav1 a.wav --wav2 b.wav | |
| python3 python/example.py --models-dir models --audio meeting.wav --diarize | |
| ``` | |
| SDK 接口与源码说明见 GitHub 仓库: | |
| https://github.com/AXERA-TECH/campplus.AXERA/tree/main/python | |