Metadata-Version: 2.4
Name: cxas-vreason
Version: 0.1.0
Summary: CXAS package variant for VReason visual reasoning pipeline
Author: VReason Team
License-Expression: Apache-2.0
Project-URL: Homepage, https://huggingface.co
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: numpy>=1.24
Requires-Dist: opencv-python>=4.8
Requires-Dist: pillow>=10.0
Requires-Dist: torch>=2.1
Requires-Dist: torchvision>=0.16
Requires-Dist: pandas>=2.0
Requires-Dist: tqdm>=4.66
Requires-Dist: scipy>=1.10
Requires-Dist: scikit-image>=0.21
Requires-Dist: scikit-learn>=1.3
Requires-Dist: SimpleITK>=2.3
Requires-Dist: colorcet>=3.0
Requires-Dist: gdown>=5.0

# cxas-vreason

Installable CXAS package used by the VReason model tooling.

## Install

```bash
pip install cxas-vreason
```

If installing directly from a repository subdirectory:

```bash
pip install "git+https://huggingface.co/<user>/<model_repo>#subdirectory=cxas_vreason"
```

## Import

```python
import cxas_vreason
from cxas_vreason import CXAS
```
