Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.1 KB

File metadata and controls

27 lines (17 loc) · 1.1 KB

MOSS-VL web demo

Web frontend for exploring MOSS-VL video understanding.

Open demo · Model repository · Model downloads · Project page

Develop locally

This frontend uses Vue, TypeScript, Vite, and Tailwind CSS. From the repository root:

npm ci
npm run dev

Open the local URL printed by Vite. Model inference and serving instructions are maintained in the MOSS-VL repository; starting this frontend does not start an inference server.

Build and preview

npm run build
npm run preview

Application code is in src/, static files are in public/, and Vite configuration is in vite.config.ts.

For interface issues, open an issue here. For model behavior, installation, or inference, use MOSS-VL Issues.