Installation
There are three ways to install AnyLabeling.
1. Install from PyPI
pip install anylabeling
Or with GPU support:
pip install anylabeling-gpu
Run AnyLabeling:
anylabeling
2. Install from binary distribution
Download the latest binary distribution from Releases (opens in a new tab).
Note: Choose versions with -GPU
for GPU support.
3. Install from source
git clone https://github.com/vietanhdev/anylabeling
cd anylabeling
pip install .
Run AnyLabeling:
anylabeling