[记录]whisper-diarization自动语音识别与说话人分离
参考链接:https://mp.weixin.qq.com/s/QkBKReGPzpLrv8vvVXTIcg
参考:https://github.com/MahmoudAshraf97/whisper-diarization
必要条件,ffmpeg等依赖库安装
执行步骤:
1、克隆仓库:
git clone https://github.com/MahmoudAshraf97/whisper-diarization.git
cd whisper-diarization
2、安装python依赖
pip install -c constraints.txt -r requirements.txt
3、下载faster-whisper对应模型