Datasets:
Rahul
commited on
Commit
·
8f7086f
1
Parent(s):
a095426
Initial commit of my dataset
Browse files- README.md +16 -0
- images/SDKAAAAA001.jpg +3 -0
- images/SDKAAAAA002.jpg +3 -0
- images/SDKAAAAA003.jpg +3 -0
- images/SDKAAAAA004.jpg +3 -0
- images/SDKAAAAA005.jpg +3 -0
- images/SDKAAAAA006.jpg +3 -0
- images/SDKAAAAA007.jpg +3 -0
- images/SDKAAAAA008.jpg +3 -0
- images/SDKAAAAA009.jpg +3 -0
- images/SDKAAAAA010.jpg +3 -0
- metadata.csv +11 -0
README.md
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
A brief description or overview of your dataset. For instance:
|
2 |
+
|
3 |
+
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.
|
4 |
+
|
5 |
+
Dataset Structure
|
6 |
+
Files/Folders:
|
7 |
+
images/: Directory with raw images (.jpg or .png).
|
8 |
+
metadata.csv : Tabular file containing columns:
|
9 |
+
Image_ID: A unique identifier for each image.
|
10 |
+
manufacturer_name: The name of the product’s manufacturer.
|
11 |
+
Product_Name: The name of the product.
|
12 |
+
equipment_name: The specific equipment/machine name (if applicable).
|
13 |
+
process_capability: Text describing capabilities, e.g., "High," "Medium," etc.
|
14 |
+
Industry: The industry sector in which this product or equipment is used.
|
15 |
+
product_description: A short textual description of the product.
|
16 |
+
image: The file path (e.g. images/img_001.jpg) or a URL pointing to the image.
|
images/SDKAAAAA001.jpg
ADDED
![]() |
Git LFS Details
|
images/SDKAAAAA002.jpg
ADDED
![]() |
Git LFS Details
|
images/SDKAAAAA003.jpg
ADDED
![]() |
Git LFS Details
|
images/SDKAAAAA004.jpg
ADDED
![]() |
Git LFS Details
|
images/SDKAAAAA005.jpg
ADDED
![]() |
Git LFS Details
|
images/SDKAAAAA006.jpg
ADDED
![]() |
Git LFS Details
|
images/SDKAAAAA007.jpg
ADDED
![]() |
Git LFS Details
|
images/SDKAAAAA008.jpg
ADDED
![]() |
Git LFS Details
|
images/SDKAAAAA009.jpg
ADDED
![]() |
Git LFS Details
|
images/SDKAAAAA010.jpg
ADDED
![]() |
Git LFS Details
|
metadata.csv
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Image_ID,manufacturer_name,Product_Name,equipment_name,process_capability,Industry,product_description,image
|
2 |
+
SDKAAAAA001,3dimensional,Laser Cut 100,Laser,Laser Cutting,Manufacturing,None,images/SDKAAAAA001.jpg
|
3 |
+
SDKAAAAA002,3dimensional,TruDisk 12001,Laser Cutting Machine,Laser Cutting,Manufacturing,None,images/SDKAAAAA002.jpg
|
4 |
+
SDKAAAAA003,3dimensional,TruLaser,Laser Cutting Machine,Laser Cutting,Manufacturing,None,images/SDKAAAAA003.jpg
|
5 |
+
SDKAAAAA004,3dimensional,Injection Mold,CNC Vertical Milling,CNC Milling,Manufacturing,None,images/SDKAAAAA004.jpg
|
6 |
+
SDKAAAAA005,3dimensional,None,ECOSPEED F Machining Center,CNC machining,Manufacturing,None,images/SDKAAAAA005.jpg
|
7 |
+
SDKAAAAA006,3dimensional,None,FOOKE ENDURA 715 CNC Gantry Milling Machine,CNC Milling,Manufacturing,None,images/SDKAAAAA006.jpg
|
8 |
+
SDKAAAAA007,3dimensional,Blower Housing and Auger Assembly,Blower,None,Manufacturing,None,images/SDKAAAAA007.jpg
|
9 |
+
SDKAAAAA008,3dimensional,Mover Chassis Cover,Mower Deck Prototype,None,Manufacturing,None,images/SDKAAAAA008.jpg
|
10 |
+
SDKAAAAA009,3dimensional,Lawn Mower Deck,Mower Deck Prototype,Welding Capability,Manufacturing,None,images/SDKAAAAA009.jpg
|
11 |
+
SDKAAAAA010,3dimensional,Precision Machined Metal Parts or Welded Components,Industrial Robotic Arm,Welding,Automotive,None,images/SDKAAAAA010.jpg
|