Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +19 -0
- SCHEMA.md +21 -0
- base_metadata.json +3 -0
- brand_index.json +0 -0
- category_index.json +0 -0
- keyword_index.json +0 -0
- price_range_index.json +0 -0
.gitattributes
CHANGED
|
@@ -57,3 +57,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 57 |
# Video files - compressed
|
| 58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 57 |
# Video files - compressed
|
| 58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
base_metadata.json filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
# Enhanced Amazon Product Metadata Index
|
| 3 |
+
|
| 4 |
+
Comprehensive searchable index containing:
|
| 5 |
+
- Base metadata for all products
|
| 6 |
+
- Category hierarchy index with aliases
|
| 7 |
+
- Price range index with multiple granularities
|
| 8 |
+
- Keyword index with enhanced product terms
|
| 9 |
+
- Brand index with known brand aliases
|
| 10 |
+
|
| 11 |
+
Features:
|
| 12 |
+
- Improved category matching
|
| 13 |
+
- Better brand recognition
|
| 14 |
+
- Enhanced keyword generation
|
| 15 |
+
- Multiple price range granularities
|
| 16 |
+
- Normalized text descriptions
|
| 17 |
+
|
| 18 |
+
Use for advanced product search and filtering capabilities.
|
| 19 |
+
|
SCHEMA.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
# Metadata Schema
|
| 3 |
+
|
| 4 |
+
## Base Metadata
|
| 5 |
+
- Uniq_Id: Unique product identifier
|
| 6 |
+
- Product_Name: Normalized product name
|
| 7 |
+
- Category: Hierarchical category path
|
| 8 |
+
- Selling_Price: Normalized price value
|
| 9 |
+
- Model_Number: Product model number
|
| 10 |
+
- Keywords: Enhanced keyword list
|
| 11 |
+
- Search_Text: Optimized search text
|
| 12 |
+
- Image: Product image URL
|
| 13 |
+
- Has_Processed_Image: Image processing status
|
| 14 |
+
- Normalized_Description: Cleaned product description
|
| 15 |
+
|
| 16 |
+
## Indices
|
| 17 |
+
- category_index: Category-based lookup
|
| 18 |
+
- price_range_index: Multi-granular price ranges
|
| 19 |
+
- keyword_index: Enhanced keyword mapping
|
| 20 |
+
- brand_index: Brand recognition with aliases
|
| 21 |
+
|
base_metadata.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d96f3a71fd93e82b6b4928a03891ee916cd7ab96ea8971613798bf5b509c864a
|
| 3 |
+
size 25857630
|
brand_index.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
category_index.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
keyword_index.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
price_range_index.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|