Quickstart: Curate Image Review
Use this when you need a local review workspace for accepting and rejecting image samples before analysis.
Install And Start
uv add "fyron[curate]"
fyron curate --openDocker Desktop or another Docker Compose runtime must be running.
Review A Cohort
- Open
http://localhost:5174/. - Create a cohort and drop in an image or DICOM folder.
- Add a Selection context note so reviewers know what to look for.
- Use gallery view for overview review or Zen mode for one-image-at-a-time review.
- Accept with
A, reject withD, move with left/right arrows, and close preview or Zen mode withEsc. - Export CSV after the full cohort is reviewed.
The CSV export contains filename,status, where status is accepted or rejected.
Data Lifecycle
Curate keeps source uploads immutable. Review state is stored in PostgreSQL, clean folders copy accepted files into the export volume, and Docker volumes persist until you remove them.
Next Steps
- Read Fyron Curate for DICOM folders, image-fit settings, persistent volumes, and preview generation.
- Use
fyron dataset-curate-previewswhen CT/MRI/DICOM data need PNG previews before review.