Ze-robot V0.2 Jun 2026
In the sprawling ecosystem of open-source machine learning, certain tools gain quiet ubiquity. They are rarely the subject of conference keynotes, yet they appear in countless README.md files, automation scripts, and Colab notebooks. is precisely such a tool.
The tool does resize, normalize, or augment images. It deliberately avoids altering pixel data, focusing solely on organization and naming. ze-robot v0.2
| Flag | Description | |------|-------------| | --source | Input directory (recursively scanned) | | --dest | Output directory (created if nonexistent) | | --caption-source | adjacent , metadata , or filename | | --train-ratio | Float between 0 and 1 (default 0.9) | | --remove-duplicates | Flag to enable hash-based dedup | | --image-ext | Comma-separated list (default: jpg,jpeg,png,webp,bmp) | | --recursive | On by default in v0.2; can be disabled | | --seed | Integer for reproducible random splitting | In the sprawling ecosystem of open-source machine learning,
Version 0.2 was released in mid-2023, following the initial v0.1 which had only basic renaming. The project’s maintainer (username zeroboto on GitHub) has since released minor patches but no v0.3 as of this writing. Community forks have added features like: The tool does resize, normalize, or augment images