Object Detection
ultralytics
TensorBoard
PyTorch
English
v8
ultralyticsplus
yolov8
yolo
vision
table detection
table extraction
table classification
document analysis
unstructured document
unstructured table extraction
structured table extraction
unstructured table detection
structured table detection
Eval Results (legacy)
Instructions to use foduucom/table-detection-and-extraction with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use foduucom/table-detection-and-extraction with ultralytics:
from ultralytics import YOLOvv8 model = YOLOvv8.from_pretrained("foduucom/table-detection-and-extraction") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
π© Report
#13
by RohitCapsi - opened