Overview
What is 🛠️ AI-SolidWorks?
🛠️ AI-SolidWorks is an intelligent interface between users and SolidWorks software that enables control and shape creation using natural language commands in both Persian and English. It uses advanced AI models to understand commands and automatically generates VBS scripts for execution in SolidWorks.
How to use 🛠️ AI-SolidWorks?
Clone the repository, install dependencies with pip install -r requirements.txt, and run python sw_api_panel.py. Enter your API key (OpenAI or OpenRouter) in the .env file or through the UI's "API Settings" button, then send natural language design commands such as "Draw a circle" or "Create a rectangle with 40 meters sides."
Key features of 🛠️ AI-SolidWorks
- Natural language communication in Persian and English
- AI-powered command understanding and script generation
- Automatic VBS script creation for SolidWorks
- User-friendly graphical interface with dark theme
- Supports OpenAI and OpenRouter AI services
Use cases of 🛠️ AI-SolidWorks
- Drawing basic shapes like circles, rectangles, and lines from natural language
- Creating parametric sketches based on user dimensions
- Extruding sketches to produce 3D features
- Automating SolidWorks workflows via conversational commands
FAQ from 🛠️ AI-SolidWorks
What AI services are supported?
🛠️ AI-SolidWorks is compatible with OpenAI and OpenRouter services. You must provide your own API key.
What are the system requirements?
Python 3.8+, a working installation of SolidWorks, and Windows operating system are required.
How do I install and run the server?
Clone the repository, run `pip install -r requirements