ilps2/dsh-video-understand

Plugin ⭐ 0 tools

低成本视频理解 dsh 插件:B站/本地视频 → AVIS 信息层 → 摘要+问答(token 压缩 99.95%+)。Low-cost video understanding tool for DeepSeek Harness.

Install

# 0. npm 一键安装(已发布 npm: dsh-video-understand@0.1.0)
npm install dsh-video-understand
# 或 dsh plugin add dsh-video-understand(若 dsh 支持 npm 源)

# 1. 前置:live-clip 引擎(understand_video.py + avis.py)
git clone git@github.com:ilps2/live-clip.git ~/Desktop/live-clip-repo
cd ~/Desktop/live-clip-repo && bash install_models.sh   # 模型走国内镜像,30 秒

# 2. profile 挂载:package.json 加依赖 + bundles 加 "dsh-video-understand"
pnpm install && dsh web   # 重启生效

Add ilps2/dsh-video-understand to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.