diff --git a/README.md b/README.md index 0a2bae6..b5f0de6 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,17 @@ -

-
Labelme Toolkit -

+
+

Labelme Toolkit

+

Tools to streamline dataset creation with Labelme.

+
-

- Tools to streamline dataset creation. -

+

+ +Labelme Toolkit is a set of tools to streamline your dataset creation. + +Labelme Toolkit provides: + +1. **Automation** - Annotation by AI, data manipulation, validation, and export; +1. **Batch processing** - Process multiple files at once; +1. **Seamless integration with [Labelme](https://github.com/labelmeai/labelme)** - Compatible annotation format. ## Installation @@ -15,9 +22,18 @@ pip install labelme-toolkit ## Usage ```bash -labelmetk json-to-mask dogs.json +labelmetk [OPTIONS] ``` - +### Commands + +- `ai-annotate-rectangles`: Annotate rectangle from text by AI. +- `extract-image`: Extract image from a JSON file. +- `install-toolkit-pro`: Install Toolkit Pro. +- `json-to-mask`: Convert a Labelme JSON file to a mask. +- `json-to-visualization`: Convert a Labelme JSON file to a visualization. +- `list-labels`: List unique labels in the JSON files. For step-by-step guide: [Labelme Toolkit Guide](https://gumroad.labelme.io/l/toolkit-guide). + +For Pro version: [Labelme Toolkit Pro](https://gumroad.labelme.io/l/toolkit-pro).