Upload folder using huggingface_hub
Browse files- README.md +31 -3
- monocr.ckpt +3 -0
README.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: "mnw"
|
| 3 |
+
tags:
|
| 4 |
+
- ocr
|
| 5 |
+
- mon
|
| 6 |
+
- text-recognition
|
| 7 |
+
license: "mit"
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# MonOCR Model
|
| 11 |
+
|
| 12 |
+
Optical Character Recognition (OCR) model for the Mon language, used by the `monocr` Python package.
|
| 13 |
+
|
| 14 |
+
## Usage
|
| 15 |
+
|
| 16 |
+
This model is downloaded automatically by the `monocr` package.
|
| 17 |
+
|
| 18 |
+
```bash
|
| 19 |
+
pip install monocr || uv add monocr
|
| 20 |
+
monocr download
|
| 21 |
+
```
|
| 22 |
+
|
| 23 |
+
## Dev Guide
|
| 24 |
+
|
| 25 |
+
```bash
|
| 26 |
+
hf auth login
|
| 27 |
+
|
| 28 |
+
## References
|
| 29 |
+
|
| 30 |
+
- [monocr](https://github.com/janakhpon/monocr)
|
| 31 |
+
```
|
monocr.ckpt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:485ebc4a04e450d2970621271839114048d13dd11601e77f76852e42f41c1184
|
| 3 |
+
size 177671087
|