# SMQTK-IQR **Repository Path**: mirrors_Kitware/SMQTK-IQR ## Basic Information - **Project Name**: SMQTK-IQR - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-07 - **Last Updated**: 2026-01-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README =========== SMQTK - IQR =========== Intent ------ This package provides the tools and web interface for using SMQTK's IQR platform. Tutorials --------- * `IQR Playground `_. Contributing ------------ See the SMQTK-Core docs on `CONTRIBUTING `_. Documentation ------------- You can build the Sphinx documentation locally for the most up-tp-date reference: .. code:: bash # Install dependencies poetry install # Navigate to the documentation root. cd docs # Build the docs. poetry run make html # Open in your favorite browser! firefox _build/html/index.html