# SMQTK-Relevancy **Repository Path**: mirrors_Kitware/SMQTK-Relevancy ## Basic Information - **Project Name**: SMQTK-Relevancy - **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-05-13 - **Last Updated**: 2026-03-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SMQTK - Relevancy ## Intent This package provides interfaces and implementations around providing search relevancy estimation given oracle adjudication feedback. ## Documentation You can build the sphinx documentation locally for the most up-to-date reference: ```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 ```