-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
sebastEXlabe edited this page Jun 10, 2026
·
1 revision
| 组件 | 要求 |
|---|---|
| 操作系统 | Windows 10+ x64 / Linux (Ubuntu 20.04+) |
| Python | 3.10+ |
| Node.js | 18+ |
| 包管理器 | pnpm |
| GPU | NVIDIA (可选,CPU 也可运行) |
从 Releases 下载 fed-msa-windows-1.0.0-x64-setup.exe,双击安装。
下载 fed-msa-windows-1.0.0-x64.exe,无需安装直接运行。
git clone https://github.com/sebastEXlabe/Fed-MSA.git
cd Fed-MSA/fed-msa-ui
pnpm install
npx electron-vite devcd Fed-MSA
pip install -r requirements.txt
python -m uvicorn src.api.server:app --host 0.0.0.0 --port 8765推理额外需要:
pip install librosa opencv-python mediapipeGloVe 词向量已包含在仓库中 (data/glove_embeddings.pkl, 21,172词)。
CMU-MOSEI 原始数据需放置在 data/raw/cmu-mosei-comp-seq/data/ 下,包含6个 CSD 文件。