A community-driven collection of Label Studio configs for various data annotation tasks—from bounding boxes and segmentation to text classification and more. Quickly find, test, and share configurations to accelerate your labeling workflow.
You can quickly test these configs in two ways:
-
Visit the Label Studio Playground;
-
Paste any config (XML or JSON) into the Labeling Config section.
-
Paste any config (XML or JSON) into the Labeling Interface.
-
Paste any config (XML or JSON) into the Labeling Interface.
We welcome community contributions! Share your configs and help others annotate faster and better:
-
Fork this repository;
-
Create a new directory under
label-configs/
for your task (e.g.,label-configs/my-awesome-audio-classification/
); -
Add the following:
-
Label config file (.xml or .json);
-
Sample data file (.json) demonstrating the config;
-
A brief README.md explaining your config;
-
A
preview/
folder with screenshots or GIFs; -
A
manifest.json
with metadata about your config;
- Validate your config (required once):
pip install pre-commit check-jsonschema
pre-commit install --hook-type pre-push
- Submit a Pull Request with a clear description.
For more details, see CONTRIBUTING.md.
-
Speed up your workflow: Quickly access ready-to-use configs to quickly get started.
-
Learn from examples: Explore community best practices and get access to adavanced layouts to improve the quality of your labeling workflow.
-
Collaborate & Innovate: Share your own configurations or improve an existing one to help others. Connect with contributors to learn more about their labeling configs and data labeling best practices.
We believe that by collectively pooling our knowledge, everyone benefits—from new learners to advanced users.
- Official Docs: Label Studio Documentation
- GitHub Repo: Label Studio on GitHub
- Community: Check out Slack or Discord channels mentioned in the official docs.
Special thanks to all contributors! Together, we're creating the most comprehensive, user-friendly collection of data labeling configurations.
Happy Labeling!
This software is licensed under the Apache 2.0 LICENSE © HumanSignal. 2020-2025