# trame-annotations **Repository Path**: mirrors_Kitware/trame-annotations ## Basic Information - **Project Name**: trame-annotations - **Description**: Trame widgets for image/video annotations - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-11 - **Last Updated**: 2026-01-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # trame-annotations This trame package aims to gather widgets that help make image/video annotations easier with your trame application. ## Installing Install it from pypi: ```bash pip install trame-annotations ``` ## Contribute to trame-annotations ```bash git clone https://github.com/Kitware/trame-annotations.git cd trame-annotations python3 -m venv .venv source .venv/bin/activate pip install -U pip pip install -e '.[dev]' pip install pre-commit pre-commit install pytest . python examples/image_detection.py ``` ### To continually rebuild JS bundle ```bash cd vue-components npm run dev ```