Skip to content

Chaldene (Visual Programming Language in JupyterLab for Image Processing) Examples

Notifications You must be signed in to change notification settings

c3di/chaldene_use_cases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User Study

Setup Environment from the Scratch

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

Usage

Start the JupyterLab in Python Environment in conda prompt

jupyter lab

Examples

You can find the raw image and jupyter notebook in the use_cases folder.

1709564790937

About

Chaldene (Visual Programming Language in JupyterLab for Image Processing) Examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published