Spaces:
Sleeping
Sleeping
File size: 609 Bytes
3177683 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | ---
title: Busy Module Text Features
emoji: 💬
colorFrom: blue
colorTo: green
sdk: docker
app_port: 7860
pinned: false
---
# Text Feature Extraction API
Extracts 9 text features from conversation transcripts: explicit intent, response patterns, cognitive load, time pressure, deflection, sentiment (RoBERTa), coherence (Sentence Transformer), and latency.
## API
**POST** `/extract-text-features`
```json
{
"transcript": "I'm driving right now, can't talk",
"utterances": ["I'm driving right now", "can't talk"],
"question": "How are you doing?"
}
```
**GET** `/health`
|