Voice AI Girlfriend
beiyege-01/dsh-voice-ai-girlfriend · skills
Voice AI girlfriend for DeepSeek Harness: Whisper voice input + Qwen3-TTS voice cloning + sentence-level streaming reading + digital human animation window.
★ 12GitHub stars
1Forks
2026-08-17Last updated
TypeScriptLanguage
NOASSERTIONLicense
Project overview
DSH 语音 AI 女友(Voice AI Girlfriend) "你好呀,我是小雅。从今往后,DeepSeek Harness 不只是你的编程搭子——它开口说话了。"
验证:打开新终端,python --version 能输出版本号即可。 4. 更新 NVIDIA 驱动
语音识别用阿里 FunASR 中文 ASR(Paraformer-large,专为中文设计,同音字/口音识别准确率远高于 whisper)。模型放在仓库根的 models/funasr/(约 850MB,已 gitignore 不入库): 打断用 VAD 模型(models/silero-vad/silerovadv4.jit,2MB)同样不入库,从 silero-vad v4.0 tag 的 files/silerovad.jit 获取(或使用本项目 release 附带的文件)。 想换回 whisper(如 openai/whisper-large-v3 或 -turbo)?把 bridge-config.json 里 stt.backend 改为 "whisper" 并把 modelname 换成 whisper 模型 id 即可(桥接双后端都支持)。 2. TTS 模型:Qwen3-TTS-12Hz-1.7B-Base(声音克隆模型,手动准备)
Install command
dsh plugin --profile web add github:beiyege-01/dsh-voice-ai-girlfriend