Simple python app with gui for ollama based CAD generation (SCAD, STL)
The aim is to create an application which can generate parametric computer aided design output such as STL or SCAD. Version two will implement a RAG network for containing multiple CAD files.
Instructions:
- Install ollama.
- Pull model into ollama.
- Edit the model in python source.
- Run python script.
ToDo:
- Finetune dedicated CAD based LLM for use with ollama.
This is still in development.