Initial commit: add Trading Studio voice-over pipeline for quant trading review videos.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# Trading Studio 依赖清单
|
||||
# CUDA 版 PyTorch 请按 DEPLOY.md 单独安装(cu121),此处不重复指定
|
||||
|
||||
# Web 中控
|
||||
gradio>=4.44.0
|
||||
|
||||
# 语音识别(CUDA 加速)
|
||||
faster-whisper>=1.0.0
|
||||
|
||||
# 远程 LLM 通信
|
||||
requests>=2.31.0
|
||||
|
||||
# 语音合成
|
||||
ChatTTS @ git+https://github.com/2noise/ChatTTS.git
|
||||
torchaudio>=2.1.0
|
||||
scipy>=1.11.0
|
||||
numpy>=1.24.0
|
||||
librosa>=0.10.0
|
||||
|
||||
# 音频处理辅助
|
||||
soundfile>=0.12.0
|
||||
|
||||
# PM2 通过 Node.js 全局安装,不在 pip 范围内
|
||||
Reference in New Issue
Block a user