---
# System prepended metadata

title: Label Studio
tags: [專題]

---

###### tags: `專題`
# Label Studio


## Label Studio資料下載
https://github.com/heartexlabs/label-studio
可直接下載壓縮檔或是
```
git clone https://github.com/heartexlabs/label-studio.git
```
放進資料夾中

## 在 Docker 環境使用

直接在當下目錄cmd
```
docker run -p 8080:8080 -v $(pwd)/mydata:/label-studio/data heartexlabs/label-studio
```


啟用 Label Studio:

```
docker-compose up -d
```




若出現錯誤如下
```
Error response from daemon:
failed to create shim task:
OCI runtime create failed:
runc create failed: 
unable to start container process: exec: "label-studio-uwsgi":
executable file not found in $PATH: unknown
```

則需要下載最新版本LabelStudio Docker鏡像
```
docker pull heartexlabs/label-studio:latest
```

---
## 開啟Label Studio
安裝完成後即可在Docker Desktop看見Label容器
預設port 為8080 http://127.0.0.1:8080/
或是直接點右邊進入頁面
![](https://i.imgur.com/adCwFH7.png)

### 進入頁面後可以先進行SIGN UP 然後登入
![](https://i.imgur.com/X8o56GX.png)


登入進去後則可以開始使用