Object Detection
ultralytics
English
German
yolo
yolov8
invoice
document-layout
document-understanding
ocr-prep
invoice-extraction
Eval Results (legacy)
Instructions to use AvoCahDoe/invoice-layout-yolov8s with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use AvoCahDoe/invoice-layout-yolov8s with ultralytics:
from ultralytics import YOLOvv8 model = YOLOvv8.from_pretrained("AvoCahDoe/invoice-layout-yolov8s") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
Upload weights/best.pt with huggingface_hub
Browse files- weights/best.pt +3 -0
weights/best.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:48758658919b44549b83fa600bf48e6838e7c1ef97a2d606296dec28503d8178
|
| 3 |
+
size 22584931
|