scientificbshada/open-schematicselectronicsschematicskicadhardwarepcbcircuit-designmultimodalimage-to-textengineeringcc-by-4.0
Open Schematics: Electronic Circuit Designs Dataset
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
| Name | Type | Description |
|---|---|---|
| schematic | VARCHAR | |
| image | STRUCT(bytes BLOB, path VARCHAR) | |
| components_used | VARCHAR[] | |
| json | VARCHAR | |
| yaml | VARCHAR | |
| name | VARCHAR | |
| description | VARCHAR | |
| type | VARCHAR |
Sample Data
Preview a sample of the data before downloading.
Free
Open dataset
Quality: No ratings
0 downloads
Seller: DataBazaar
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 neededVia REST API
# Free dataset — no API key required: curl https://api.databazaar.io/datasets/ec4193aa-ad89-4a33-a5e5-82c0a139af76/download-url