Web GUI (under development)

Note

The HABIT Web GUI is under active development and is not yet recommended for routine use. For production workflows, use the CLI and YAML configs documented in How-to guides and Configuration Reference.

Planned scope

The next-generation GUI (habit-gui/ in the repository) will cover the same pipeline as the CLI:

Step

CLI equivalent

  1. DICOM sort

habit sort-dicom

  1. Preprocessing

habit preprocess

  1. Habitat segmentation

habit get-habitat

  1. Feature extraction

habit extract

  1. Machine learning

habit model

  1. Model comparison

habit compare

Early preview (developers)

Developers who want to try the work-in-progress GUI from a source checkout:

cd habit-gui/web && npm install && npm run build
habit gui

Default URL when available: http://127.0.0.1:8501.

Until the GUI is officially released, prefer Demo tutorial and How-to guides for step-by-step instructions.