๐ Quickstart Guideยถ
Installation
Please follow the ๐ฆ Installation section before proceeding with the quickstart guide.
Some of the installation and configuration steps may require assistance from your IT department.
Launch the CliMB UIยถ
First, navigate to the the CliMB repo directory in the terminal.
Tips
The location of the repo directory is explained in the ๐ Install the CliMB package section of the documentation. Donโt forget to run
cd climbto change to the repo directory.For an intro on executing commands in the terminal, see the ๐ Set up the
condaenvironments section.
To launch CliMB UI, run the command:
streamlit run entry/st/app.py
This will show the output like:
You can now view your Streamlit app in your browser.
Local URL: http://localhost:8501
Network URL: http://192.168.0.68:8501
Start a new sessionยถ
Navigate to the Local URL from the terminal output in your browser. We have tested CliMB on Google Chrome, so it is recommended for best UI compatibility.
You will land to the CliMB UI as shown below:

Please select ๐จ๏ธ Session Management from the side panel.

From the Select engine dropdown, choose the engine that matches your LLM provider.
You may give a custom name to your session in the Session Name field, otherwise an auto-generated name will be assigned.
The Engine parameters section allows you to configure certain settings of the โengineโ, such as the specific LLM model (when applicable). Hover over the icon next to each setting to see a tooltip with more information.
Once you select Start new session, you will be taken to the main โ๏ธ CliMB session screen.
Become familiar with a CliMB session workflowยถ
At this point, it is recommended to familiarize yourself with the flow of a CliMB session.
We provide the below demo video to help you understand the workflow and the UI, including the components of the dashboard.
For more detail about CliMB, please refer to the paper CliMB: An AI-enabled Partner for Clinical Predictive Modeling.
