Web frontend for exploring MOSS-VL video understanding.
Open demo · Model repository · Model downloads · Project page
This frontend uses Vue, TypeScript, Vite, and Tailwind CSS. From the repository root:
npm ci
npm run devOpen 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.
npm run build
npm run previewApplication 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.