monocr / README.md
janakhpon's picture
Upload folder using huggingface_hub
c56d971 verified
---
language: "mnw"
tags:
- ocr
- mon
- text-recognition
license: "mit"
---
# MonOCR Model
This repository hosts the model weights for **MonOCR**, an optical character recognition tool for the Mon language.
## Usage
The system automatically downloads these weights when you use the `monocr` Python library.
To install:
```bash
pip install monocr
# or
uv add monocr
```
To manually download the weights:
```bash
monocr download
```
## Maintenance
For maintainers uploading new weights:
```bash
hf auth login
hf upload janakhpon/monocr . --repo-type model
```
## References
- **Source Code**: [janakhpon/monocr](https://github.com/janakhpon/monocr)