-
A library of 'smart' objects for BIM (Building Information Modelling) purposes
-
This repo essentially contains the backend API and data engine for smart object library frontends
- You will need to have the following installed:
- Docker
- Conda (with Python 3.12+)
-
Clone the repo and navigate to the root directory
-
Ensure that Docker is installed and running
-
If Conda isn't already initialized on your machine, enter (then restart your terminal):
conda init
- Create a conda env with:
conda env create -f environment.yml # Don't forget to add 'env'
- Activate the environment with:
conda activate SmartObjectLibrary
- Then run:
python main.py