Prescription Field Detector โ YOLOv8s
Stage 1 ng YOLO+Donut prescription OCR pipeline.
Classes
drug_namedosagefrequencydurationdoctor_nameprc_numberpatient_namedateclinic_addressrx_block
Usage
from ultralytics import YOLO
from huggingface_hub import hf_hub_download
path = hf_hub_download("ajmaclin/prescription-yolo-detector", "model.pt")
model = YOLO(path)
results = model.predict("prescription.jpg", conf=0.3)
- Downloads last month
- 62