--- 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