#analyzing .dwg files within OpenAI

1 messages · Page 1 of 1 (latest)

silver dragon
#

Hey guys, I am working on a GPT that ingests .dwg files, analyzes them and spits out specific calculations key for the commercial real estate industry. My tech experience is limited but my background is in commercial real estate. I run a platform that aggregates interior commercial building information, however, the calculations needed are actionable and take days. I can get them into seconds but need some help troubleshooting some issues I'm running into

tepid sluiceBOT
#

Hi @silver dragon. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:

#

Hmm, I don't know enough to give you a confident answer yet. The information extracts provided do not contain specific details about handling or analyzing .dwg files with OpenAI's GPT models.

However, OpenAI's GPT models are primarily designed for natural language processing tasks and may not be directly applicable to analyzing .dwg files, which are typically binary files used for storing two and three dimensional design data.

You might need to convert the .dwg files into a format that the GPT models can understand, such as text, before you can use them for your calculations. This could involve extracting the relevant data from the .dwg files using a specialized tool or library, and then formatting that data as text in a way that the GPT models can process.

For more information on how to use and customize GPT models, you can refer to the OpenAI documentation (https://platform.openai.com/docs) and example notebooks (https://github.com/openai/openai-cookbook). If you're encountering specific issues, you might find it helpful to look at the open GitHub issues for openai-python (https://github.com/openai/openai-python/issues) and openai-node (https://github.com/openai/openai-node/issues), or ask a question on the OpenAI community forum (https://community.openai.com).

Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:

#

@silver dragon kapa.ai is still learning and improving, please let us know how it did by reacting below

silver dragon
#

Yes I know it needs to be converted. There are ways to do that, for instance, .dwg to DXF

#

The problem is your environment won't let me download the EZDXF library into my GPT to process for some reason

#

@main tartan can you assist me?

#

I've got customers on my platform already and data to use

#

@barren galleon could use some help please dm me. I got it to work once.