selvaonline commited on
Commit
2320e56
·
verified ·
1 Parent(s): 0eaae56

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -12
README.md CHANGED
@@ -1,12 +1,31 @@
1
- ---
2
- title: Shopping Assistant Demo
3
- emoji: 💻
4
- colorFrom: blue
5
- colorTo: blue
6
- sdk: gradio
7
- sdk_version: 5.19.0
8
- app_file: app.py
9
- pinned: false
10
- ---
11
-
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ # Shopping Assistant Demo
3
+
4
+ This is a demo of the [Shopping Assistant model](selvaonline/shopping-assistant) that classifies shopping queries into categories.
5
+
6
+ ## How to use
7
+
8
+ 1. Enter a shopping query in the text box
9
+ 2. Click "Submit" to get the results
10
+ 3. The model will classify the query into one or more categories and provide a recommendation
11
+
12
+ ## Examples
13
+
14
+ - "I'm looking for headphones"
15
+ - "Do you have any kitchen appliance deals?"
16
+ - "Show me the best laptop deals"
17
+ - "I need a new smart TV"
18
+
19
+ ## Model details
20
+
21
+ 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.
22
+
23
+ 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:
24
+ - electronics
25
+ - clothing
26
+ - home
27
+ - kitchen
28
+ - toys
29
+ - other
30
+
31
+ For more information, visit the [model page](selvaonline/shopping-assistant).