Skip to content

hms-dbmi/DQVis-review

 
 

Repository files navigation

DQVis Dataset Review Tool

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

Reviewer Mode

Reviewer Mode Screenshot

Admin Mode

Admin Mode Screenshot


📋 Review Instructions

See the review instructions for details on how to conduct a review and submit feedback.

🛠️ Developer Setup

To run the tool locally as a developer, follow these steps:

Build from Source

  1. git clone
git clone https://github.com/hms-dbmi/udi-dataset-review
cd udi-dataset-review
  1. Install dependencies
yarn
  1. add the sqlite database file to .quasar/dev-electron/ folder.

  2. Run the code editor with Quasar in development mode.

quasar dev -m electron

About

For reviewing the generated datasets.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Vue 46.4%
  • TypeScript 40.8%
  • JavaScript 9.7%
  • HTML 1.7%
  • SCSS 1.4%