Prescription Field Detector โ€” YOLOv8s

Stage 1 ng YOLO+Donut prescription OCR pipeline.

Classes

  • drug_name
  • dosage
  • frequency
  • duration
  • doctor_name
  • prc_number
  • patient_name
  • date
  • clinic_address
  • rx_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
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support