mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-31 00:46:36 +00:00
11 lines
381 B
Markdown
11 lines
381 B
Markdown
|
|
IfcOpenShell AI Assistant
|
||
|
|
=========================
|
||
|
|
|
||
|
|
A web-based client-side (pyodide + OpenAI API) model interrogation and generation API based on: ifcedit, ifcquery and ifcmcp (ifcopenshell-mcp) packaged in a HTML+JS application.
|
||
|
|
|
||
|
|
### Setup instructions
|
||
|
|
|
||
|
|
```
|
||
|
|
pip download ifcquery==0.8.5 ifcopenshell-mcp==0.8.5 ifcedit==0.8.5 lark==1.3.1 isodate==0.7.2 --no-deps -d ./dist
|
||
|
|
```
|