通用的项目框架
- 1.安装python运行环境。
conda create -n audio_venus python=3.7.3
conda activate audio_venus
pip install -r requirements.txt -f https://download.pytorch.org/whl/torch_stable.html
- 1.linux64编译。
./build_linux.sh
- [喊声检测] (examples/snoring_detect_test/README.md)
- [流式唤醒] (examples/wekws_test/README.md)