Shinhati2023 commited on
Commit
3fecb7b
·
verified ·
1 Parent(s): c88e203

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -3
README.md CHANGED
@@ -1,3 +1,27 @@
1
- ---
2
- license: apache-2.0
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.