A web-based data labeling interface for old visualization images (live demo).
The user can assign classification labels in ['Vis', 'NotVis', 'Map', 'NotMap', 'Table', 'NotTable'].
- Clone the repository.
- Run
pnpm install
to install dependencies (make sure you have node.js and pnpm installed before). - Run
pnpm run dev
to launch the dev server.
This repository is initialized with the vitesse-lite template.