IsmatS commited on
Commit
eba9c9b
·
verified ·
1 Parent(s): 72fe942

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md CHANGED
@@ -1,3 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Handwriting Recognition
2
 
3
  Complete handwriting recognition system using CNN-BiLSTM-CTC on the IAM dataset.
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: mit
5
+ tags:
6
+ - handwriting-recognition
7
+ - ocr
8
+ - computer-vision
9
+ - pytorch
10
+ - crnn
11
+ - ctc
12
+ - iam-dataset
13
+ library_name: pytorch
14
+ datasets:
15
+ - Teklia/IAM-line
16
+ metrics:
17
+ - cer
18
+ - wer
19
+ model-index:
20
+ - name: handwriting-recognition-iam
21
+ results:
22
+ - task:
23
+ type: image-to-text
24
+ name: Handwriting Recognition
25
+ dataset:
26
+ name: IAM Handwriting Database
27
+ type: Teklia/IAM-line
28
+ metrics:
29
+ - type: cer
30
+ value: 0.1295
31
+ name: Character Error Rate
32
+ - type: wer
33
+ value: 0.4247
34
+ name: Word Error Rate
35
+ ---
36
+
37
  # Handwriting Recognition
38
 
39
  Complete handwriting recognition system using CNN-BiLSTM-CTC on the IAM dataset.