janakhpon commited on
Commit
c56d971
·
verified ·
1 Parent(s): 7dd4d91

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +18 -6
README.md CHANGED
@@ -9,23 +9,35 @@ license: "mit"
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
- ```
 
9
 
10
  # MonOCR Model
11
 
12
+ This repository hosts the model weights for **MonOCR**, an optical character recognition tool for the Mon language.
13
 
14
  ## Usage
15
 
16
+ The system automatically downloads these weights when you use the `monocr` Python library.
17
+
18
+ To install:
19
+
20
+ ```bash
21
+ pip install monocr
22
+ # or
23
+ uv add monocr
24
+ ```
25
+
26
+ To manually download the weights:
27
 
28
  ```bash
 
29
  monocr download
30
  ```
31
 
32
+ ## Maintenance
33
+
34
+ For maintainers uploading new weights:
35
 
36
  ```bash
37
  hf auth login
38
+ hf upload janakhpon/monocr . --repo-type model
39
+ ```
40
 
41
  ## References
42
 
43
+ - **Source Code**: [janakhpon/monocr](https://github.com/janakhpon/monocr)