arthurahy/NURBGen — reverse-engineered prompt
Reverse engineered prompt
I want this repo turned into a working text to CAD generator that I can actually run end to end on a GPU machine. The main goal is simple, I should be able to type a plain English part description like a plate, screw, or bracket with dimensions, and get back the generated NURBS style output plus exported CAD files I can use, especially STEP, and STL if that is already supported here.
Please set up whatever is needed from the repo, use the released pretrained model and inference flow, and make the experience clean. I’d like both a single prompt mode and a batch mode from a text or json file, with outputs saved in an organized results folder and a short summary file if possible. If reconstruction or export steps are separate, wire them together so one command can run the whole pipeline.
Please add a short README section with the exact commands to run. If any install details are outdated, look up the current docs online and make the smallest practical fixes.
Want more depth? Deep Reverse