This repository provides an interactive interface for reviewing and validating examples in the DQVis dataset.
📂 Dataset on Hugging Face: HIDIVE/DQVis
🛠️ Data generation code: hms-dbmi/DQVis-Generation
The tool has two different modes. The reviewer mode provides a simple interface for reviewers to rate sampled dataset points in the dataset. The admin mode provides additional information for debuggin. This can be toggled with the adminMode variable in MainLayout.vue
See the review instructions for details on how to conduct a review and submit feedback.
To run the tool locally as a developer, follow these steps:
- git clone
git clone https://github.com/hms-dbmi/udi-dataset-review
cd udi-dataset-review- Install dependencies
yarn-
add the sqlite database file to
.quasar/dev-electron/folder. -
Run the code editor with Quasar in development mode.
quasar dev -m electron
