Skip to content

oldvis/image-classification-labeler

Repository files navigation

Commitizen friendly

OldVis Image Classification Labeler

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'].

Development Instructions

  • 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.