ShobdoOCR โ€” Word-Level Detection

Load:

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

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support