A Project that uses AI to create a detailed description of your images using thingiverse API to find matching 3d models
Demo video: Recording 2024-11-07 19-27-38 from Snipclip.webm
First, your image is converted into a Data URL, then it is sent to the PuterAI API, to generate a description of it using a carefully tuned prompt. Next, it sends the description to the thingiverse search API to find a list of results. Finally, it parses the json to a array, then returns the most relevant response.