templates
- Introduction
- Image Classification
- Image Object Detection
- Image Key Points
- Image Segmentation
- Image Ellipse
- Image Polygons
- Text Named Entity Recognition
- Text Sentiment Analysis
- Dialogue Analysis
- HTML Documents NER
- Audio Transcription
- Audio Classification
- Audio Regions
- Video Classifier
- Pairwise Comparison
Audio Regions
Listen to the audio file and classify

For audio regions to work when you have remote URLs, you need to configure CORS to be wide-open
Run
label-studio init --template=audio_regions audio_regions_project
label-studio start audio_regions_project
Config
<View>
<Header value="Select its topic:"></Header>
<Labels name="label" toName="audio" choice="multiple">
<Label value="Politics" background="yellow"></Label>
<Label value="Business" background="red"></Label>
<Label value="Education" background="blue"></Label>
<Label value="Other"></Label>
</Labels>
<Header value="Listen to the audio:"></Header>
<AudioPlus name="audio" value="$url"></AudioPlus>
</View>