Pedrohs1771/Image-to-3D-Generator — reverse-engineered prompt
Reverse engineered prompt
Build me a simple Python tool that turns a normal 2D image into a textured 3D model from start to finish. I want to be able to drop an image into the input folder, run one main command, pick the image and the quality, and then have the app generate the 3D result automatically using the Meshy service and the included Instant Meshes step for cleaner topology.
Please make the whole flow feel complete and usable, with clear prompts in the terminal, progress updates, and logs so I can see what it is doing. Save the final files in an organized way in the output and result folders, including OBJ and GLB when available. If the repo already has support for texturing and API setup, connect that properly so it actually works end to end.
If anything is missing or broken, like the main entry script, fix it and make the project runnable on Python 3.10 or newer. Keep it straightforward to use, and look up current docs online if you need to.
Want more depth? Deep Reverse