Active v0.1.1
Anvil Ex
Labeling queue library for managing human labeling workflows. Domain-agnostic HITL (human-in-the-loop) data annotation with inter-rater reliability metrics (Cohen's kappa, Fleiss'…
Stats & Info
- Latest release: v0.1.1
- Recent downloads: 3733
- All-time downloads: 3733
- Maintainers: nshkrdotcom
Installation
Add anvil_ex to your list of dependencies in mix.exs:
def deps do
[
{:anvil_ex, "~> 0.1.1"}
]
endThen run:
mix deps.get