一、简介
label-studio是一个开源的数据标注、注释工具
技术:
- 后端纯python编写,使用了flask
- 前端:React + MST
存储:
- 本地存储
- json
- dir-jsons
- task-json
- completions-dir
- Amazon AWS 简单存储服务(S3)
- 读取
- label-studio start my_project --init --source s3 --source-path my-s3-bucket
- 写入:
- label-studio start my_project --init --target s3-completions --target-path my-s3-bucket
- 读取
- 谷歌云存储(GCS)
- 读取:
- label-studio start my_project --init --source gcs --source-path my-gcs-bucket
- 写入:
- label-studio start my_project --init --target gcs-completions --source-path my-gcs-bucket
- 读取: