Metadata-Version: 2.4
Name: kcai-dataset
Version: 0.0.3
Summary: Splitting strategies package for image datasets
Author-email: Safenai <support@safenai.io>, IRT SystemX <support@irt-systemx.fr>
License-Expression: Apache-2.0
Keywords: dataset,splitting,machine-learning,computer-vision,pytorch
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: pyarrow>=10.0.0
Requires-Dist: numpy>=1.20.0
Requires-Dist: pillow>=8.0.0
Requires-Dist: scikit-learn>=1.0.0
Requires-Dist: torch>=1.10.0
Requires-Dist: ipykernel>=6.29.5
Requires-Dist: torchvision>=0.20.1

# kcai-dataset

Splitting strategies package for image datasets using the Strategy pattern.

## Installation

### With uv

```bash
# Create virtual environment
uv venv .venv

# Activate virtual environment
source .venv/bin/activate  # On macOS/Linux
# or on Windows: .venv\Scripts\activate

# Install dependencies and package
uv sync
```

### Or with pip

```bash
pip install -e .
```

## Quick Usage

Open the notebook `examples/test.ipynb` and follow the instructions.
