Gencad is an AI-powered system designed to generate CAD drawings automatically based on a provided example image and a text prompt. Using generative AI, this tool streamlines the process of creating CAD drawings, reducing the manual effort involved in designing complex structures.
- Image-based Generation: Upload an example image to guide the AI in producing CAD drawings with similar structural elements.
- Prompt-based Control: Use a text prompt to specify additional design requirements, enabling tailored output based on your needs.
- Create a system to to integrate commands generated by Gencad to AutoCad.
- Fine Tune a model with appropriate Dataset and compare with state of the art models
- Find metrics to benchmark models
- Create a new folder and clone the repository
- Create a python virtual environment using the following command.
- python -m venv envname
- Activate the env and install all the requirements using the command:
- pip install -r requirements.txt
- Create a .env file in the parent directory and add the following variable.
- GOOGLE_API_KEY = "YOURKEY"
- Run the commands.py script.