CoolFace
Apppublic

sweta-chovatiya/ai-customer-service-dashboard

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes
App README

AI Customer Support Chatbot Dashboard

A production-ready customer support chatbot with:

  • —RAG-powered answers from your uploaded documents (PDFs, TXTs, CSVs)
  • —Admin Dashboard with conversation logs, sentiment trends, and analytics
  • —PII masking and polite tone enforcement
  • —Escalation detection when customers need human help

Quick Start

  1. 1.Enter your Groq API Key in the sidebar
  2. 2.Upload knowledge base documents in the Knowledge Base tab
  3. 3.Test the bot in Chat Simulator
  4. 4.Monitor conversations in Dashboard

Configuration

VariableDefaultDescription
GROQ_API_KEY(required)Your Groq API key
GROQ_BASE_URLhttps://api.groq.comAPI base URL (without /openai/v1)
GROQ_MODEL_NAMEllama-3.3-70b-versatileModel to use
⚠️ Important: Do NOT include /openai/v1 in the base URL—the Groq SDK appends it automatically.