| # CAMPPlus speaker embedding SDK (AXera NPU) — Python 板端推理 | |
| # | |
| # 环境(python3.10 验证): | |
| # conda create -n campplus python=3.10 | |
| # conda activate campplus | |
| # pip install axengine-x.x.x-py3-none-any.whl # https://github.com/AXERA-TECH/pyaxengine/releases/latest | |
| # pip install -r requirements.txt | |
| --extra-index-url https://download.pytorch.org/whl/cpu | |
| torch==2.6.0+cpu | |
| torchaudio==2.6.0 | |
| numpy | |
| axengine | |
| # Optional (speaker clustering / --diarize): | |
| # scipy | |
| # scikit-learn | |
| # fastcluster | |
| # umap-learn | |
| # hdbscan | |