Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add annotator workload balancer example #435

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

drinman
Copy link

@drinman drinman commented Mar 26, 2025

Annotator Workload Balancer Example

This PR adds a new example script that demonstrates how to use the Label Studio SDK to automatically detect and balance annotator workloads.

Features

  • Monitors distribution of pending tasks among annotators
  • Automatically reassigns tasks when workload imbalance exceeds threshold
  • Configurable check intervals and rebalance thresholds
  • Detailed logging of workload status

File Structure

  • Added examples/annotator_workload_balancer/ directory
  • Added Python script and README with usage instructions

This example follows the existing folder structure pattern and provides a practical utility for Label Studio users managing large annotation projects with multiple annotators.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant