# label-free
**Repository Path**: betterSoft-studio/label-free
## Basic Information
- **Project Name**: label-free
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-11-06
- **Last Updated**: 2026-02-03
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
简体中文 | [English](./README.en.md)
Labelfree 是一个开放的、可私有化部署的标注系统。旨在提供一个操作简单、数据可靠、高性能的数据标注系统,为算法服务提供可靠的底层数据支撑。
全新支持 Segment Anything 模型进行分割辅助标注 🚀🚀🚀
文档 »
·
反馈
·
讨论
![]() |
![]() |
![]() |
| 目标检测 | 图像分割 | 图像分类 |
(返回顶部)
## 一键部署 1 clone 本仓库 请执行以下命令: ```bash git clone https://github.com/IndustryEssentials/label-free.git cd label-free ``` 2 启动 ```bash docker-compose up -d ``` 如果使用的是的docker-compose-plugin请尝试使用: ```bash docker compose up -d ``` *ps: 系统初始化需要60s左右,请耐心等待。* 3 访问 ```bash http://localhost:8080 ``` 默认管理员账号、密码: ``` labelfree@viesc.com labelfree@2022 ``` *如发现无法新建项目,请确认使用的是默认管理员账号登陆。* 一切完成,开始标注工作吧!🍻🍻🍻(返回顶部)
更多信息见 [文档中心](https://industryessentials.github.io/labelfree_doc)