version: "2.0.0" name: Label Studio description: "Label Studio is a multi-type data labeling and annotation tool with standardized output format label studio, typescript, annotation, annotation-tool."
A data processing and labeling toolkit for ingesting, transforming, querying, and managing data entries from the command line. All operations are logged with timestamps and stored locally.
小蔥技能7w4.net有更新,你可以訪問看下。
Each data command works in two modes: run without arguments to view recent entries, or pass input to record a new entry.
| Command | Description |
|---|---|
data-labeler ingest <input> |
Ingest data — record a new ingest entry or view recent ones |
data-labeler transform <input> |
Transform data — record a transformation or view recent ones |
data-labeler query <input> |
Query data — record a query or view recent ones |
data-labeler filter <input> |
Filter data — record a filter operation or view recent ones |
data-labeler aggregate <input> |
Aggregate data — record an aggregation or view recent ones |
data-labeler visualize <input> |
Visualize data — record a visualization or view recent ones |
data-labeler export <input> |
Export data — record an export entry or view recent ones |
data-labeler sample <input> |
Sample data — record a sample or view recent ones |
data-labeler schema <input> |
Schema management — record a schema entry or view recent ones |
data-labeler validate <input> |
Validate data — record a validation or view recent ones |
data-labeler pipeline <input> |
Pipeline management — record a pipeline step or view recent ones |
data-labeler profile <input> |
Profile data — record a profile or view recent ones |
| Command | Description |
|---|---|
data-labeler stats |
Show summary statistics — entry counts per category, total entries, disk usage |
data-labeler export <fmt> |
Export all data to a file (formats: json, csv, txt) |
data-labeler search <term> |
Search all log files for a term (case-insensitive) |
data-labeler recent |
Show last 20 entries from activity history |
data-labeler status |
Health check — version, data directory, entry count, disk usage, last activity |
data-labeler help |
Show available commands |
data-labeler version |
Show version (v2.0.0) |
All data is stored locally at ~/.local/share/data-labeler/:
ingest.log, transform.log)timestamp|value pairs (pipe-delimited)history.log with timestampsexport.json, export.csv, or export.txt)set -euo pipefail)date, wc, du, grep, tail, cat, sed# Record a new ingest entry
data-labeler ingest "loaded customer_data.csv 5000 rows"
# View recent transform entries
data-labeler transform
# Search across all logs
data-labeler search "customer"
# Export everything as JSON
data-labeler export json
# Check overall statistics
data-labeler stats
# View recent activity
data-labeler recent
# Health check
data-labeler status
Powered by BytesAgain | bytesagain.com | hello@bytesagain.com 💬 Feedback & Feature Requests: https://bytesagain.com/feedback
質量較好,專業性強。這個技能把AI訓練資料標註工作拆解得很清楚,從影像標註到文本實體識別都有覆蓋,還特別強調了容易出錯的地方。質量指標明確,對邊界框精度、NER準確率等都有具體要求。不過整體偏理論指導,缺少更傻瓜式的操作步驟和實際演示,新手可能需要一定學習成本才能上手使用。