Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: Product Grit Gallery
|
| 3 |
+
tags:
|
| 4 |
+
- web-app-storage
|
| 5 |
+
- imagefolder
|
| 6 |
+
license: mit
|
| 7 |
+
task_categories:
|
| 8 |
+
- image-classification
|
| 9 |
+
size_categories:
|
| 10 |
+
- n<1K
|
| 11 |
+
configs:
|
| 12 |
+
- config_name: default
|
| 13 |
+
data_files:
|
| 14 |
+
- split: train
|
| 15 |
+
path: "*.{jpg,jpeg,png,webp}"
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
+
# Product Grit Gallery Storage
|
| 19 |
+
|
| 20 |
+
This dataset acts as the persistence layer for the **Product Grit** mobile web application.
|
| 21 |
+
|
| 22 |
+
## 📂 Structure
|
| 23 |
+
- Images uploaded via the app are stored directly in the root directory.
|
| 24 |
+
- This dataset is configured with `imagefolder` so you can browse uploads in the **Viewer** tab.
|
| 25 |
+
|
| 26 |
+
## 🚀 Usage
|
| 27 |
+
This storage is managed automatically by the Product Grit frontend.
|