# clara-ia **Repository Path**: mirrors_NVIDIA/clara-ia ## Basic Information - **Project Name**: clara-ia - **Description**: CUDA accelerated medical imaging algorithms - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-06 - **Last Updated**: 2026-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Clara Imaging Algorithms Toolkit Clara Imaging Algorithms (Clara IA) is a CUDA accelerated end-to-end medical imaging algorithms toolkit. It offers python wrapper for rapid prototyping. ## Requirements * NVIDIA GPU: Pascal or newer, including Pascal, Volta, Turing and Ampere families * NVIDIA driver: 450.36.06+ * CUDA driver: Cuda 11+ * Python: 3.8+ ## Quick Start ### Installation Clara Imaging Algorithms toolkit can be installed using pip ```bash $ pip install clara-imaging-algos ``` ### Execution Execute the sample code present in `examples` folder. Update the script with appropriate parameters. ## License Apache-2.0 License (see [LICENSE](LICENSE) file). Copyright (c) 2021-2022, NVIDIA CORPORATION.