Datasets:
Tasks:
Image Classification
Modalities:
Image
Formats:
parquet
Languages:
Arabic
Size:
10K - 100K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -12,21 +12,6 @@ language:
|
|
12 |
tags:
|
13 |
- image_classification
|
14 |
- Arabic_Sign_Language
|
15 |
-
---
|
16 |
-
# Dataset Card for "ArASL_Database_Grayscale"
|
17 |
-
---
|
18 |
-
pretty_name: ArASL: Arabic Alphabets Sign Language Dataset.
|
19 |
-
language:
|
20 |
-
- ar
|
21 |
-
license:
|
22 |
-
- CC BY 4.0
|
23 |
-
multilinguality:
|
24 |
-
- monolingual
|
25 |
-
source_datasets:
|
26 |
-
- https://data.mendeley.com/datasets/y7pckrw6z2/1
|
27 |
-
task_categories:
|
28 |
-
- image-classification
|
29 |
-
task_ids: []
|
30 |
dataset_info:
|
31 |
features:
|
32 |
- name: image
|
@@ -67,14 +52,12 @@ dataset_info:
|
|
67 |
'29': ya
|
68 |
'30': yaa
|
69 |
'31': zay
|
70 |
-
|
71 |
-
- name: train
|
72 |
-
num_bytes: 41355564.009
|
73 |
-
num_examples: 54049
|
74 |
-
download_size: 30479019
|
75 |
-
dataset_size: 41355564.009
|
76 |
---
|
77 |
|
|
|
|
|
|
|
78 |
## Dataset Description
|
79 |
|
80 |
- **Homepage:** https://data.mendeley.com/datasets/y7pckrw6z2/1
|
@@ -94,6 +77,17 @@ The number of images per class differs from one class to another. Sample image o
|
|
94 |
|
95 |
Arabic
|
96 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
97 |
### Citation Information
|
98 |
|
99 |
```
|
|
|
12 |
tags:
|
13 |
- image_classification
|
14 |
- Arabic_Sign_Language
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
dataset_info:
|
16 |
features:
|
17 |
- name: image
|
|
|
52 |
'29': ya
|
53 |
'30': yaa
|
54 |
'31': zay
|
55 |
+
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
56 |
---
|
57 |
|
58 |
+
# Dataset Card for "ArASL_Database_Grayscale"
|
59 |
+
|
60 |
+
|
61 |
## Dataset Description
|
62 |
|
63 |
- **Homepage:** https://data.mendeley.com/datasets/y7pckrw6z2/1
|
|
|
77 |
|
78 |
Arabic
|
79 |
|
80 |
+
### Data Instances
|
81 |
+
|
82 |
+
A sample from the training set is provided below:
|
83 |
+
|
84 |
+
```
|
85 |
+
{
|
86 |
+
'img': <PIL.PngImagePlugin.PngImageFile image mode=RGB size=32x32 at 0x201FA6EE748>,
|
87 |
+
'label': 0
|
88 |
+
}
|
89 |
+
```
|
90 |
+
|
91 |
### Citation Information
|
92 |
|
93 |
```
|