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:
dekun
2026-06-12 13:19:44 +08:00
commit 5e95d3af2f
10 changed files with 1862 additions and 0 deletions
+23
View File
@@ -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 范围内