YAML Metadata
Warning:
empty or missing yaml metadata in repo card
(https://huggingface.co/docs/hub/model-cards#model-card-metadata)
Khmer-YOLOv8-Text-Detector
This model detects Khmer text regions in images using the YOLOv8 architecture.
Details
- Architecture: YOLOv8
- Purpose: Text detection (Khmer)
- Author: lkhapple
- Training Dataset: Custom Khmer scanned text dataset
Usage
from ultralytics import YOLO
model = YOLO("lkhapple/Khmer-YOLOv8-Text-Detector/best.pt")
results = model("your_image.jpg")
results[0].plot()
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
🙋
Ask for provider support