An AI-powered electronic schematic generator using Anthropic's Claude 3.5 Sonnet.
- Generate electronic schematics from natural language descriptions
- Analyze existing schematic diagrams
- Support for common electronic components
- CLI interface for easy use
- Clone the repository:
git clone https://github.com/connorodea/ai-schematic-generator.git
cd ai-schematic-generator- Create a virtual environment and install dependencies:
python -m venv venv
source venv/bin/activate
pip install -e .- Set up your Anthropic API key:
export ANTHROPIC_API_KEY='your-api-key-here'Generate a schematic:
ai_schematics generate "Create a voltage divider with two 10k resistors"Analyze an existing schematic:
ai_schematics analyze path/to/schematic.pngMIT License