Clone the repository and install the python package
git clone [email protected]:labmlai/inspectus.git
cd python
pip install -e .User interface uses Weya for rendering the components.
Clone the Weya Repository and create symbolic link in the ui/lib/ directory
git clone [email protected]:vpj/weya.git
# From the ui/lib/ directory of the project
ln -s [weya cloned directory]/weyaInstall the dependencies for the UI
cd ui
npm installBuild the UI
npm run build
npm run watch # To watch for changesCompiled JS and CSS files are in the ui/build/ directory.
Python package looks for these files in static directory of the inspectus package directory. (python/inspectus). If not found, it will use the files from the ui/build/ directory.