pain commited on
Commit
b8ab0a2
·
1 Parent(s): f6e5d58

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +67 -2
README.md CHANGED
@@ -1,4 +1,32 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  dataset_info:
3
  features:
4
  - name: image
@@ -46,6 +74,43 @@ dataset_info:
46
  download_size: 30479019
47
  dataset_size: 41355564.009
48
  ---
49
- # Dataset Card for "ArASL_Database_Grayscale"
50
 
51
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ splits:
3
+ - name: train
4
+ num_bytes: 41355564.009
5
+ num_examples: 54049
6
+ download_size: 30479019
7
+ dataset_size: 41355564.009
8
+ task_categories:
9
+ - image-classification
10
+ language:
11
+ - ar
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
 
74
  download_size: 30479019
75
  dataset_size: 41355564.009
76
  ---
 
77
 
78
+ ## Dataset Description
79
+
80
+ - **Homepage:** https://data.mendeley.com/datasets/y7pckrw6z2/1
81
+ - **Paper:** [ArASL: Arabic Alphabets Sign Language Dataset](https://www.sciencedirect.com/science/article/pii/S2352340919301283)
82
+
83
+ ### Dataset Summary
84
+
85
+ A new dataset consists of 54,049 images of ArSL alphabets performed by more than 40 people for 32 standard Arabic signs and alphabets.
86
+ The number of images per class differs from one class to another. Sample image of all Arabic Language Signs is also attached. The CSV file contains the Label of each corresponding Arabic Sign Language Image based on the image file name.
87
+
88
+
89
+ ### Supported Tasks and Leaderboards
90
+
91
+ - `image-classification`: The goal of this task is to classify a given image into one of 32 classes.
92
+
93
+ ### Languages
94
+
95
+ Arabic
96
+
97
+ ### Citation Information
98
+
99
+ ```
100
+ @article{LATIF2019103777,
101
+ title = {ArASL: Arabic Alphabets Sign Language Dataset},
102
+ journal = {Data in Brief},
103
+ volume = {23},
104
+ pages = {103777},
105
+ year = {2019},
106
+ issn = {2352-3409},
107
+ doi = {https://doi.org/10.1016/j.dib.2019.103777},
108
+ url = {https://www.sciencedirect.com/science/article/pii/S2352340919301283},
109
+ author = {Ghazanfar Latif and Nazeeruddin Mohammad and Jaafar Alghazo and Roaa AlKhalaf and Rawan AlKhalaf},
110
+ abstract = {A fully-labelled dataset of Arabic Sign Language (ArSL) images is developed for research related to sign language recognition. The dataset will provide researcher the opportunity to investigate and develop automated systems for the deaf and hard of hearing people using machine learning, computer vision and deep learning algorithms. The contribution is a large fully-labelled dataset for Arabic Sign Language (ArSL) which is made publically available and free for all researchers. The dataset which is named ArSL2018 consists of 54,049 images for the 32 Arabic sign language sign and alphabets collected from 40 participants in different age groups. Different dimensions and different variations were present in images which can be cleared using pre-processing techniques to remove noise, center the image, etc. The dataset is made available publicly at https://data.mendeley.com/datasets/y7pckrw6z2/1.}
111
+ }
112
+ ```
113
+
114
+ ### Contributions
115
+
116
+ Thanks to [MOHAMMAD ALBARHAM](https://github.com/PAIN-BARHAM) for adding this dataset to huggingface hub.