manfaclens_dataset / README.md
Rahul
Initial commit of my dataset
8f7086f
|
raw
history blame
1.01 kB

A brief description or overview of your dataset. For instance:

This dataset contains images and metadata describing various industrial products, including fields such as manufacturer name, equipment name, and industry type. The images are stored locally in the images/ folder, and references to those images (paths) appear in the image column of the metadata.

Dataset Structure Files/Folders: images/: Directory with raw images (.jpg or .png). metadata.csv : Tabular file containing columns: Image_ID: A unique identifier for each image. manufacturer_name: The name of the product’s manufacturer. Product_Name: The name of the product. equipment_name: The specific equipment/machine name (if applicable). process_capability: Text describing capabilities, e.g., "High," "Medium," etc. Industry: The industry sector in which this product or equipment is used. product_description: A short textual description of the product. image: The file path (e.g. images/img_001.jpg) or a URL pointing to the image.