busy-module-text / README.md
EurekaPotato's picture
Upload folder using huggingface_hub
3177683 verified
metadata
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

{
  "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