File size: 381 Bytes
00c621f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | ---
language: bn
license: mit
tags:
- object-detection
- ocr
- bengali
- yolov8
---
# ShobdoOCR — Word-Level Detection
**Load:**
```python
from ultralytics import YOLO
from huggingface_hub import hf_hub_download
model = YOLO(hf_hub_download("Sarjinkhan2003/shobdo-ocr-detection", "shobdo_det.pt"))
results = model.predict("doc.jpg", conf=0.25)
```
**mAP@0.5:** 0.9840
|