Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 628 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 628 Bytes

3D-Model-Image-Search

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

How this Works?

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.