Installation
Prerequisites
- Python ≥ 3.9
- PyTorch ≥ 2.0 (CPU or CUDA)
pip (recommended)
pip install ncr # releases on PyPI
Editable install from GitHub
git clone https://github.com/your-org/ncr
cd ncr
python -m pip install -e .
Optional extras
For the example notebooks:
pip install torchvision pillow tqdm pandas