Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -9,16 +9,23 @@ app_file: app.py
|
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
-
# Shopping Assistant Demo
|
13 |
|
14 |
-
This is
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
|
16 |
## How to use
|
17 |
|
18 |
-
1. Enter a shopping query in the text box
|
19 |
2. Click "Submit" to get the results
|
20 |
-
3. The model will classify the query into
|
21 |
-
4. The demo will
|
22 |
|
23 |
## Examples
|
24 |
|
@@ -28,16 +35,4 @@ This is a demo of the [Shopping Assistant model](selvaonline/shopping-assistant)
|
|
28 |
- "I need a new smart TV"
|
29 |
- "headphone deals"
|
30 |
|
31 |
-
## Model details
|
32 |
-
|
33 |
-
The Shopping Assistant model is trained to classify shopping deals into categories. It can be used to provide better recommendations to users based on their queries.
|
34 |
-
|
35 |
-
The model is based on DistilBERT and is fine-tuned on a dataset of shopping deals. It is trained to classify deals into the following categories:
|
36 |
-
- electronics
|
37 |
-
- clothing
|
38 |
-
- home
|
39 |
-
- kitchen
|
40 |
-
- toys
|
41 |
-
- other
|
42 |
-
|
43 |
For more information, visit the [model page](selvaonline/shopping-assistant).
|
|
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
+
# Enhanced Shopping Assistant Demo
|
13 |
|
14 |
+
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.
|
15 |
+
|
16 |
+
## Advanced Models
|
17 |
+
|
18 |
+
This demo uses two powerful AI models:
|
19 |
+
|
20 |
+
1. **facebook/bart-large-mnli** - A zero-shot classification model that accurately categorizes shopping queries
|
21 |
+
2. **sentence-transformers/all-mpnet-base-v2** - A semantic search model that finds the most relevant deals
|
22 |
|
23 |
## How to use
|
24 |
|
25 |
+
1. Enter a shopping query in the text box (e.g., "I'm looking for headphones")
|
26 |
2. Click "Submit" to get the results
|
27 |
+
3. The model will classify the query into appropriate categories
|
28 |
+
4. The demo will show relevant deals from DealsFinders.com based on semantic search
|
29 |
|
30 |
## Examples
|
31 |
|
|
|
35 |
- "I need a new smart TV"
|
36 |
- "headphone deals"
|
37 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
For more information, visit the [model page](selvaonline/shopping-assistant).
|