| title | TechPro Electronics Support |
|---|---|
| emoji | 🖥️ |
| colorFrom | purple |
| colorTo | blue |
| sdk | gradio |
| sdk_version | 5.0.0 |
| app_file | app.py |
| pinned | false |
AI-powered customer support chatbot for TechPro Electronics, built with GPT-4o-mini and MCP (Model Context Protocol).
- 🔍 Product Search - Browse 200+ products across 5 categories
- 📦 Order Management - Check order status, place new orders
- 🔐 Customer Verification - Secure PIN-based authentication
- 💬 Conversational AI - Natural language interactions with memory
- Computers (COM-): Desktops, Laptops, Gaming PCs, MacBooks
- Monitors (MON-): 4K, Ultrawide, Curved, Touch Screen
- Printers (PRI-): Laser, Inkjet, 3D, Photo printers
- Accessories (ACC-): Keyboards, Mice, Webcams, Headsets
- Networking (NET-): Routers, Switches, Access Points
Email: [email protected]
PIN: 7912
User → Gradio UI → GPT-4o-mini (function calling) → MCP Server
- Frontend: Gradio
- LLM: GPT-4o-mini
- Backend: MCP (Model Context Protocol)
- Deployment: HuggingFace Spaces
# Install dependencies
pip install -r requirements.txt
# Set environment variables
export OPENAI_API_KEY=your-key
export MCP_SERVER_URL=https://vipfapwm3x.us-east-1.awsapprunner.com/mcp
# Run
python app.py