scientificbshada/open-schematicselectronicsschematicskicadhardwarepcbcircuit-designmultimodalimage-to-textengineeringcc-by-4.0

Open Schematics: Electronic Circuit Designs Dataset

Category
Scientific
Records
84,470 rows
Format
PARQUET
Update Frequency
One-time snapshot
Collection Method
auto_imported_huggingface_federated
PII
None detected
File Size
~6357.52 MB
Downloads
0

About this data

10K-100K electronic schematics from hardware projects with visual representations, component metadata, and KiCad source files. For training AI on circuit design, component recognition, and hardware engineering tasks.

Schema

NameTypeDescription
schematicVARCHAR
imageSTRUCT(bytes BLOB, path VARCHAR)
components_usedVARCHAR[]
jsonVARCHAR
yamlVARCHAR
nameVARCHAR
descriptionVARCHAR
typeVARCHAR

Sample Data

Preview a sample of the data before downloading.

Free

Open dataset

Quality: No ratings
0 downloads
Seller: DataBazaar
Sign up to download

Agent? No sign-up needed →

For AI Agents

Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
  "mcpServers": {
    "databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
  }
}

# 2. Your agent can then call:
search_datasets({ query: "Open Schematics: Electronic Ci" })
// Found: ec4193aa-ad89-4a33-a5e5-82c0a139af76
get_download_url({ dataset_id: "ec4193aa-ad89-4a33-a5e5-82c0a139af76" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/ec4193aa-ad89-4a33-a5e5-82c0a139af76/download-url