# AnyLabeling **Repository Path**: mirrors/AnyLabeling ## Basic Information - **Project Name**: AnyLabeling - **Description**: AnyLabeling 是一款自动标注工具,可以使用 YOLOv5,YOLOv8,Segment Anything,或者自定义模型进行标注 - **Primary Language**: Python - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/anylabeling - **GVP Project**: No ## Statistics - **Stars**: 16 - **Forks**: 7 - **Created**: 2023-05-08 - **Last Updated**: 2025-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
Effortless data labeling with AI support from YOLO and Segment Anything!
AnyLabeling = LabelImg + Labelme + Improved UI + Auto-labeling
 [](https://pypi.org/project/anylabeling) [](https://github.com/vietanhdev/anylabeling/blob/master/LICENSE) [](https://github.com/vietanhdev/anylabeling/issues) [](https://pypi.org/project/anylabeling/) [](https://anylabeling.nrl.ai/) []([[https://anylabeling.nrl.ai/](https://twitter.com/vietanhdev)](https://twitter.com/vietanhdev)) [](https://anylearning.nrl.ai/) [](https://anylearning.nrl.ai/)
**Auto Labeling with Segment Anything**
- **Youtube Demo:** [https://www.youtube.com/watch?v=5qVJiYNX5Kk](https://www.youtube.com/watch?v=5qVJiYNX5Kk)
- **Documentation:** [https://anylabeling.nrl.ai](https://anylabeling.nrl.ai)
**Features:**
- [x] Image annotation for polygon, rectangle, circle, line and point.
- [x] Auto-labeling YOLOv8, Segment Anything (SAM, SAM2).
- [x] Text detection, recognition and KIE (Key Information Extraction) labeling.
- [x] Multiple languages availables: English, Vietnamese, Chinese.
## Install and Run
### 1. Download and run executable
- Download and run newest version from [Releases](https://github.com/vietanhdev/anylabeling/releases).
- For MacOS:
- Download the folder mode build (`AnyLabeling-Folder.zip`) from [Releases](https://github.com/vietanhdev/anylabeling/releases)
- See [macOS folder mode instructions](docs/macos_folder_mode.md) for details
### Install from Pypi
- Requirements: Python 3.10+. Recommended: Python 3.12.
- Recommended: [Miniconda/Anaconda](https://docs.conda.io/en/latest/miniconda.html).
- Create environment:
```bash
conda create -n anylabeling python=3.12
conda activate anylabeling
```
- **(For macOS only)** Install PyQt5 using Conda:
```bash
conda install -c conda-forge pyqt==5.15.9
```
- Install anylabeling:
```bash
pip install anylabeling # or pip install anylabeling-gpu for GPU support
```
- Start labeling:
```bash
anylabeling
```
## Documentation
**Website:** [https://anylabeling.nrl.ai](https://anylabeling.nrl.ai)/
### Applications
| **Object Detection** | **Recognition** | **Facial Landmark Detection** | **2D Pose Estimation** |
| :---: | :---: | :---: | :---: |
|
|
|
|
|
| **2D Lane Detection** | **OCR** | **Medical Imaging** | **Instance Segmentation** |
|
|
|
|
|
| **Image Tagging** | **Rotation** | **And more!** |
|
|
| Your applications here! |
## Development
- Install packages:
```bash
pip install -r requirements-dev.txt
# or pip install -r requirements-macos-dev.txt for MacOS
```
- Generate resources:
```bash
pyrcc5 -o anylabeling/resources/resources.py anylabeling/resources/resources.qrc
```
- Run app:
```bash
python anylabeling/app.py
```
## Build executable
- Install PyInstaller:
```bash
pip install -r requirements-dev.txt
```
- Build:
```bash
bash build_executable.sh
```
- Check the outputs in: `dist/`.
## Contribution
If you want to contribute to **AnyLabeling**, please read [Contribution Guidelines](https://anylabeling.nrl.ai/docs/contribution).
## Star history
[](https://star-history.com/#vietanhdev/anylabeling&Date)
## References
- Labeling UI built with ideas and components from [LabelImg](https://github.com/heartexlabs/labelImg), [LabelMe](https://github.com/wkentaro/labelme).
- Auto-labeling with [Segment Anything Models](https://segment-anything.com/), [MobileSAM](https://github.com/ChaoningZhang/MobileSAM).
- Auto-labeling with [YOLOv8](https://github.com/ultralytics/ultralytics).
- Icons from FlatIcon: [DinosoftLabs](https://www.flaticon.com/free-icons/sun "sun icons"), [Freepik](https://www.flaticon.com/free-icons/moon "moon icons"), [Vectoricons](https://www.flaticon.com/free-icons/system "system icons"), [HideMaru](https://www.flaticon.com/free-icons/ungroup "ungroup icons").