Koushikm31/dialogue-summarizer
0
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
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
