0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【備忘録】Label Studio Windows11の環境構築

0
Last updated at Posted at 2026-03-29

備考

Label Studioを使ったテキストアノテーションの方法について記載(2026_5_29)
https://qiita.com/YKVKDX12/items/4fcbd22c1a02b5d98baa

Label Studioとは?

オープンソースのアノテーションツールとなる
・汎用性が高い(音声・画像・テキスト・時系列データetc)
・CVATは画像認識が中心となる

Dockerでインストール

必ずコマンドプロンプトを起動して

docker run -it -p 9001:8080 ^ -v %cd%/ls_data:/label-studio/data ^ heartexlabs/label-studio:latest

と入力してEnterキーを押す

9001とはブラウザに入力するローカルホストの事をさす
必要に応じて変えて良い

あとは自動でセットアップが行われ、しばらくするとサーバーが動作状態
というメッセージが出る。
※このサーバーとはインストールしたPC自身を指す

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?