Update README.md
Browse files
README.md
CHANGED
@@ -1,25 +1,32 @@
|
|
1 |
---
|
|
|
2 |
language:
|
3 |
- ar
|
4 |
pipeline_tag: image-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
6 |
-
#
|
7 |
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
## Model Details
|
13 |
-
|
14 |
-
### Model Description
|
15 |
-
|
16 |
-
<!-- Provide a longer summary of what this model is. -->
|
17 |
-
|
18 |
-
- **Developed by:** Loey, Mohamed, Ahmed El-Sawy, and Hazem El-Bakry
|
19 |
-
- **Model type:** Image
|
20 |
-
|
21 |
-
### Model Sources [optional]
|
22 |
-
|
23 |
-
<!-- Provide the basic links for the model. -->
|
24 |
-
|
25 |
-
- **Repository:** https://www.kaggle.com/datasets/mloey1/ahcd1
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
language:
|
4 |
- ar
|
5 |
pipeline_tag: image-classification
|
6 |
+
datasets:
|
7 |
+
- arabic-handwritten-characters
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
+
model-index:
|
11 |
+
- name: arabichar-v3
|
12 |
+
results:
|
13 |
+
- task:
|
14 |
+
name: Image Classification
|
15 |
+
type: image-classification
|
16 |
+
dataset:
|
17 |
+
name: arabic-handwritten-characters
|
18 |
+
type: arabic-image-alphabets
|
19 |
+
config: default
|
20 |
+
split: train
|
21 |
+
args: default
|
22 |
+
metrics:
|
23 |
+
- name: Accuracy
|
24 |
+
type: accuracy
|
25 |
+
value: 0.9764
|
26 |
---
|
27 |
+
# Arabic Handwritten Character Classification
|
28 |
|
29 |
+
This model is implemented using a custom CNN model, named arabichar, for the classification of handwritten arabic characters (Hijaiyah) on [arabic handwritten characters](https://www.kaggle.com/datasets/mloey1/ahcd1) dataset.
|
30 |
+
It achieves the following results on the evaluation set:
|
31 |
+
- Loss: 2.4150
|
32 |
+
- Accuracy: 0.9764
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|