A newer version of the Gradio SDK is available:
5.22.0
metadata
title: Shopping Assistant Demo
emoji: 🛍️
colorFrom: blue
colorTo: indigo
sdk: gradio
sdk_version: 4.19.0
app_file: app.py
pinned: false
Enhanced Shopping Assistant Demo
This is an enhanced demo of the Shopping Assistant that uses advanced AI models to classify shopping queries and find relevant deals from DealsFinders.com.
Optimized Models
This demo uses two efficient, lightweight AI models:
- facebook/bart-base-mnli - A compact zero-shot classification model that accurately categorizes shopping queries
- sentence-transformers/all-MiniLM-L6-v2 - A fast and efficient semantic search model that finds the most relevant deals
Complete Deals Database
This demo now automatically fetches and stores deals from DealsFinders.com locally on the Hugging Face space. This comprehensive database of 34495 unique deals enables much more accurate and relevant search results using semantic search technology.
How to use
- Enter a shopping query in the text box (e.g., "I'm looking for headphones")
- Click "Submit" to get the results
- The model will classify the query into appropriate categories
- The demo will show relevant deals from a comprehensive database of 34495 deals using semantic search
Examples
- "I'm looking for headphones"
- "Do you have any kitchen appliance deals?"
- "Show me the best laptop deals"
- "I need a new smart TV"
- "headphone deals"
For more information, visit the model page.