Datasets:

Modalities:
Image
ArXiv:
License:
Nazmush-Shamael commited on
Commit
88955c5
1 Parent(s): ada7f0e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -4
README.md CHANGED
@@ -26,16 +26,19 @@ The dataset is a list stored in a [JSON file](https://huggingface.co/datasets/Ba
26
  - `Dislikes`: Number of dislikes for the review.
27
  - `Date Bought`: The date the product was bought.
28
  - `Reply`: Any replies to the review.
29
- - `Images`: List of image URLs associated with the review.
 
 
 
 
30
  - `Average Rating`: The average rating for the product.
31
  - `Score Counts`: The count of each rating (1 star to 5 stars) given to the product.
32
  - `Category`: The category of the product.
33
  - `Parent Category`: The parent category of the product.
34
  - `Root Category`: The root category of the product.
35
- - 'Product ID' : The product ID of the product.
36
 
37
  ## Example Entry
38
-
39
  ```json
40
  [
41
  {
@@ -53,6 +56,9 @@ The dataset is a list stored in a [JSON file](https://huggingface.co/datasets/Ba
53
  "Images": [
54
  {
55
  "Image URL": "https://sg-test-11.slatic.net/other/roc/00eda86ee26b963f0078929385388a11.jpg",
 
 
 
56
  }
57
  ]
58
  },
@@ -78,7 +84,7 @@ The dataset is a list stored in a [JSON file](https://huggingface.co/datasets/Ba
78
  },
79
  "Category": "Phone Cases",
80
  "Parent Category": "Trendy Mobile Accessories",
81
- "Root Category": "Electronics Device"
82
  "Product ID": "1400200"
83
  }
84
  ]
 
26
  - `Dislikes`: Number of dislikes for the review.
27
  - `Date Bought`: The date the product was bought.
28
  - `Reply`: Any replies to the review.
29
+ - `Images`: List of image objects.
30
+ - `Image URL`: URL of the image.
31
+ - `Resized Image Directory`: Directory of the resized image.
32
+ - `Resized Width`: Resized image width in pixels.
33
+ - `Resized Height`: Resized image height in pixels.
34
  - `Average Rating`: The average rating for the product.
35
  - `Score Counts`: The count of each rating (1 star to 5 stars) given to the product.
36
  - `Category`: The category of the product.
37
  - `Parent Category`: The parent category of the product.
38
  - `Root Category`: The root category of the product.
39
+ - `Product ID` : The product ID of the product.
40
 
41
  ## Example Entry
 
42
  ```json
43
  [
44
  {
 
56
  "Images": [
57
  {
58
  "Image URL": "https://sg-test-11.slatic.net/other/roc/00eda86ee26b963f0078929385388a11.jpg",
59
+ "Resized Image Directory": "Review Images 91/Review Images/review-1400200-1-1.jpg",
60
+ "Resized Width": 512,
61
+ "Resized Height": 682
62
  }
63
  ]
64
  },
 
84
  },
85
  "Category": "Phone Cases",
86
  "Parent Category": "Trendy Mobile Accessories",
87
+ "Root Category": "Electronics Device",
88
  "Product ID": "1400200"
89
  }
90
  ]