Update README.md
Browse filesPyLaya image-to-text model trained on KHATT_v1.0 dataset.
S. A. Mahmoud, I. Ahmad, M. Alshayeb, W. G. Al-Khatib, M. T. Parvez, G. A. Fink, V. Margner, and H. EL Abed, “KHATT: Arabic Offline Handwritten Text Database,” In Proceedings of the 13th International Conference on Frontiers in Handwriting Recognition (ICFHR 2012), Bari, Italy, 2012, pp. 447-452, IEEE Computer Society.
README.md
CHANGED
@@ -1,5 +1,11 @@
|
|
|
|
1 |
library_name: PyLaia
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
3 |
tags:
|
4 |
- PyLaia
|
5 |
- PyTorch
|
@@ -8,11 +14,7 @@ tags:
|
|
8 |
- ocr
|
9 |
- modern
|
10 |
- handwritten
|
11 |
-
|
12 |
-
- CER
|
13 |
-
- WER
|
14 |
-
language:
|
15 |
-
- ar
|
16 |
datasets:
|
17 |
- KHATT_v1.0
|
18 |
-
|
|
|
1 |
+
---
|
2 |
library_name: PyLaia
|
3 |
license: mit
|
4 |
+
language:
|
5 |
+
- ar
|
6 |
+
metrics:
|
7 |
+
- cer
|
8 |
+
- wer
|
9 |
tags:
|
10 |
- PyLaia
|
11 |
- PyTorch
|
|
|
14 |
- ocr
|
15 |
- modern
|
16 |
- handwritten
|
17 |
+
pipeline_tag: image-to-text
|
|
|
|
|
|
|
|
|
18 |
datasets:
|
19 |
- KHATT_v1.0
|
20 |
+
---
|