Metadata-Version: 2.4
Name: flocke
Version: 0.1.0
Summary: Analyze latent group patterns based on annotator behavior
License-File: LICENSE
Author: Michele Lombardi
Requires-Python: >=3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: numpy (>=2.3.2,<3.0.0)
Requires-Dist: torch (>=2.7.1,<3.0.0)
Requires-Dist: tqdm (>=4.68.2,<5.0.0)
Description-Content-Type: text/markdown

# FLOCKE

A framework to analyze latent group patterns based on annotator behavior.

## Installation

```bash
pip install flocke
```

