mrrtmob commited on
Commit
52cfe14
·
verified ·
1 Parent(s): d8eb669

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -7,11 +7,14 @@ tags:
7
  - pytorch
8
  - handwritten
9
  license: mit
 
 
10
  ---
11
 
12
  # Kiri OCR Model
13
 
14
  This is a lightweight OCR model for Kiri OCR, capable of recognizing English and Khmer text.
 
15
 
16
  ## Usage
17
 
@@ -30,3 +33,7 @@ print(text)
30
  - Architecture: CRNN (CNN + LSTM + CTC)
31
  - Framework: PyTorch
32
  - Input Size: Height 32px (width variable)
 
 
 
 
 
7
  - pytorch
8
  - handwritten
9
  license: mit
10
+ datasets:
11
+ - mrrtmob/km_en_image_line
12
  ---
13
 
14
  # Kiri OCR Model
15
 
16
  This is a lightweight OCR model for Kiri OCR, capable of recognizing English and Khmer text.
17
+ Trained on the [mrrtmob/km_en_image_line](https://huggingface.co/datasets/mrrtmob/km_en_image_line) dataset.
18
 
19
  ## Usage
20
 
 
33
  - Architecture: CRNN (CNN + LSTM + CTC)
34
  - Framework: PyTorch
35
  - Input Size: Height 32px (width variable)
36
+
37
+ ## Benchmarks
38
+ ![benchmark_table.png](benchmark_table.png)
39
+ ![benchmark_graph.png](benchmark_graph.png)