File size: 531 Bytes
906ada2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | # 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 |