Installation

Prerequisites

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