Update README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
### Scraped Esselunga Dataset (Italian store):
|
| 2 |
- Dataset preprocessed and cleaned
|
| 3 |
- Dataset in Italian language
|
| 4 |
### Dataset composition:
|
| 5 |
- Image files: Scraped images of products/items sold by the store. Image file name = Item name + Extra informations
|
| 6 |
-
- Json files: File containing the items with the full informations scraped available in a map based format {'image-url':value, 'item-field': value, ...}
|
| 7 |
-
---
|
| 8 |
-
language: it
|
| 9 |
-
pretty_name: "Esselunga Dataset"
|
| 10 |
-
tags: esselunga
|
| 11 |
-
license: apache-2.0
|
| 12 |
-
---
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- it
|
| 5 |
+
pretty_name: Esselunga Items Dataset
|
| 6 |
+
size_categories:
|
| 7 |
+
- 10M<n<100M
|
| 8 |
+
---
|
| 9 |
### Scraped Esselunga Dataset (Italian store):
|
| 10 |
- Dataset preprocessed and cleaned
|
| 11 |
- Dataset in Italian language
|
| 12 |
### Dataset composition:
|
| 13 |
- Image files: Scraped images of products/items sold by the store. Image file name = Item name + Extra informations
|
| 14 |
+
- Json files: File containing the items with the full informations scraped available in a map based format {'image-url':value, 'item-field': value, ...}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|