Update README.md
Browse files
README.md
CHANGED
@@ -31,7 +31,7 @@ This model is designed for the automatic recognition of *Hebrew letters* from im
|
|
31 |
* Historical document digitization of Hebrew manuscripts.
|
32 |
|
33 |
## How to Use:
|
34 |
-
```
|
35 |
from tensorflow.keras.models import load_model
|
36 |
import numpy as np
|
37 |
import cv2
|
@@ -105,7 +105,7 @@ Citation:
|
|
105 |
|
106 |
If you use this model in your work, please cite it as follows:
|
107 |
|
108 |
-
```
|
109 |
@misc{hebrew-letter-recognition,
|
110 |
title={Hebrew Manuscripts Letter Recognition Model},
|
111 |
author={Benjamin Schnabel},
|
|
|
31 |
* Historical document digitization of Hebrew manuscripts.
|
32 |
|
33 |
## How to Use:
|
34 |
+
```python
|
35 |
from tensorflow.keras.models import load_model
|
36 |
import numpy as np
|
37 |
import cv2
|
|
|
105 |
|
106 |
If you use this model in your work, please cite it as follows:
|
107 |
|
108 |
+
```bibtex
|
109 |
@misc{hebrew-letter-recognition,
|
110 |
title={Hebrew Manuscripts Letter Recognition Model},
|
111 |
author={Benjamin Schnabel},
|