CoolFace
Apppublic

Koushikm31/dialogue-summarizer

sourceHugging Facemitupdated 4mo agoView on Hugging Face
0likes
App README

Dialogue Summarizer API

Production-ready REST API for summarizing customer-agent conversations using FLAN-T5-base.

Live API

Deployed on Hugging Face Spaces (FREE)

Test

bash
curl -X POST "https://koushikm31-dialogue-summarizer.hf.space/summarize" \
  -H "Content-Type: application/json" \
  -d '{"dialogue": "Customer: I want to cancel. Agent: Can I help?", "strategy": "few_shot"}'

Features

✅ Few-shot & zero-shot summarization ✅ REST API ✅ Interactive docs at /docs