MohamedRashad commited on
Commit
6fa0555
1 Parent(s): 7c80012

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -13,6 +13,9 @@ datasets:
13
  # Arabic Small Nougat
14
 
15
  **Simp**le **En**d-**t**o-**En**d **Structur**ed **OC**R **fo**r **Arab**ic **boo**ks.
 
 
 
16
 
17
  ## Description
18
 
@@ -22,7 +25,9 @@ The model is based on the [facebook/nougat-small](https://huggingface.co/faceboo
22
 
23
  ## How to Get Started with the Model
24
 
25
- Use the code below to get started with the model.
 
 
26
 
27
  ```python
28
  from PIL import Image
@@ -86,7 +91,7 @@ If you use or build upon the arabic-small-nougat OCR, please acknowledge the mod
86
 
87
  By selecting the GPL 3.0 license, you promote the principles of open source and ensure that the benefits of the model are shared with the broader community.
88
 
89
- ## Citation
90
 
91
  If you find this model useful, please consider citing the original facebook/nougat-small model and the datasets used for fine-tuning, including the Khatt dataset and any details regarding the custom dataset.
92
 
@@ -101,6 +106,6 @@ If you find this model useful, please consider citing the original facebook/noug
101
  }
102
  ```
103
 
104
- ## Disclaimer
105
 
106
  The arabic-small-nougat OCR is a tool provided "as is," and the developers make no guarantees regarding its suitability for specific tasks. Users are encouraged to thoroughly evaluate the model's output for their particular use cases and requirements.
 
13
  # Arabic Small Nougat
14
 
15
  **Simp**le **En**d-**t**o-**En**d **Structur**ed **OC**R **fo**r **Arab**ic **boo**ks.
16
+ <center>
17
+ <img src="https://huggingface.co/MohamedRashad/arabic-small-nougat/resolve/main/thumbnail_image.jpg" width=75%>
18
+ </center>
19
 
20
  ## Description
21
 
 
25
 
26
  ## How to Get Started with the Model
27
 
28
+ **Demo:** https://huggingface.co/spaces/MohamedRashad/Arabic-Small-Nougat
29
+
30
+ Or, use the code below to get started with the model locally.
31
 
32
  ```python
33
  from PIL import Image
 
91
 
92
  By selecting the GPL 3.0 license, you promote the principles of open source and ensure that the benefits of the model are shared with the broader community.
93
 
94
+ ### Citation
95
 
96
  If you find this model useful, please consider citing the original facebook/nougat-small model and the datasets used for fine-tuning, including the Khatt dataset and any details regarding the custom dataset.
97
 
 
106
  }
107
  ```
108
 
109
+ ### Disclaimer
110
 
111
  The arabic-small-nougat OCR is a tool provided "as is," and the developers make no guarantees regarding its suitability for specific tasks. Users are encouraged to thoroughly evaluate the model's output for their particular use cases and requirements.