Installation

    1. Install Miniconda, choose the appropriate operating system type and download and install it.
    TIP

    If your system is MacOS with an Intel chip, please install the Intel x86_64 version of Miniconda.

    1. After installation, run the following command in the terminal (choose the default y for prompts during the process):
    conda create -n labelu python=3.11
    TIP

    On Windows, you can run the above command in the Anaconda Prompt program.

    1. Activate the environment:
    conda activate labelu
    1. Install LabelU:
    pip install labelu
    INFO

    To install the test version: pip install --extra-index-url https://test.pypi.org/simple/ labelu==<test_version_number>, You can find the test version number in the test.pypi.org.

    1. Run LabelU:
    labelu
    TIP

    If deploying on a cloud server using this method, you need to set the --host parameter to 0.0.0.0:

    labelu --host 0.0.0.0
    1. Open your browser and visit http://localhost:8000/ to use LabelU.