Skip to content

AMDlab/bsj-viewer

Repository files navigation

bSJ Viewer

IFC Viewer 兼 自動審査システムプロトタイプ

判定プログラムの生成

generate_code.mp4

居室の天井高さチェック

審査用にbSJの定義したパラメータを持つIFCを利用する必要があります。 IFCファイルをお持ちで無い場合はこちらのファイルを使って試してください。

check_room_height.mp4

Run Application

Crate Enviroment Variable

Copy .env.example and name it as .env.local, then modify the values in the file.

You have to prepare the API key of Open API to use LLM function. If you use just only IFC viewer, you don't need the API key.

cp .env.example .env.local

Run the development server

Use Yarn to run application.

yarn dev