Our system is built as an extension of JupyterLab. In the following steps, we will guide you through the installation of both JupyterLab and our custom extension.
-
Download Anaconda and install
-
Create a Python Environment in Anaconda Prompt
conda create --name chaldene python=3.12
-
Activate the conda environment
conda activate chaldene
-
Install all packages using the provided
requirements.txt
pip install -r /path/to/requirements.txt
Start the JupyterLab in Python Environment in conda prompt
jupyter lab
You can find the raw image and jupyter notebook in the use_cases folder.