CoolFace
Datasetpublic

PNEngineeringDatasets/RC_Beams_Dataset_V1

PN Engineering Datasets DATA DICTIONARY – Professional Specification This document defines the structure and attributes of all datasets released under PN Engineering Datasets. Dataset Metadata dataset_name: RC_Beams_Dataset_V1 dataset_version: V1 element_type: Reinforced concrete beams pdf_count: 25 png_count: 25 File Structure PDF files: • Flattened • Anonymous • Metadata removed • OCR-ready PNG files: • 1200 DPI resolution • Clean and uniform background • High contrast… See the full description on the dataset page: https://huggingface.co/datasets/PNEngineeringDatasets/RC_Beams_Dataset_V1.

sourceHugging Faceupdated 10mo agoView on Hugging Face
1likes65downloads
DATASET_INFO_TEMPLATE.json31 linesDownload Raw Back to root
1{2  "dataset_name": "RC_Beams_V1",3  "dataset_version": "V1",4  "element_type": "Reinforced Concrete Beams",5  "pdf_count": 25,6  "png_count": 25,7  "description": "High-resolution RC column drawings suitable for AI training, OCR and education.",8  "file_format_pdf": "PDF (flattened, metadata removed)",9  "file_format_png": "PNG 1200 DPI (clean, high-resolution)",10  "license": "CEDL",11  "created_by": "PN Engineering Datasets"12  },13  "cleaning_process": [14    "anonymized",15    "metadata removed",16    "flattened",17    "noise reduction",18    "background cleanup"19  ],20  "ai_use_cases": [21    "OCR",22    "Vision models",23    "BIM automation",24    "CAD detection",25    "LLM multimodal training"26  ],27  "creator": "PN Engineering Datasets",28  "year": 2025,29  "license": "CEDL Extended"30}31