Skip to content

HugoPhibbs/SmartObjectLibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart Object Library

  • 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

Dependencies

  • You will need to have the following installed:
    • Docker
    • Conda (with Python 3.12+)

Installation

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages