Annotation · datasets · fine-tuning · models · developer tools

The ML odd jobs, done in the tab.

Label a folder of images, split a dataset, check what your fine-tune will need in VRAM, read an ONNX file, count tokens, fix a JSON file. 36 tools, each one a page you can bookmark, all running in your browser with nothing uploaded.

Files never leave your device YOLO · COCO · VOC · PaddleOCR · JSONL Free, no account

Every tool, one workbench

Pick the job.

Each tool opens with its controls on the left and the work on the right, saves your progress in the browser, and exports the file the next step expects.

Developer

12 tools · JSON, YAML, TOML, CSV, schemas, regex, diffs, hashes, cron, timestamps, .env and Markdown, done in the tab, not on a server.

JSON Formatter, Validator & Tree ViewerFormat, validate, minify and explore JSON as a collapsible tree, with a path query and error positions.YAML, JSON & TOML ConverterConvert between YAML, JSON and TOML with validation, and see exactly where a config file breaks.CSV, JSON & JSONL ConverterConvert CSV to JSON or JSONL and back, with delimiter detection, type inference, column statistics and a preview table.JSON Schema Generator & ValidatorGenerate a JSON Schema from sample data and validate documents against a schema with precise error paths.Regex TesterTest regular expressions against text with live highlighting, group capture, replacement preview and a flag guide.Diff CheckerCompare two texts, JSON documents or config files line by line or word by word, side by side or inline.Encoders, Hashes & IDsBase64, URL and hex encoding, JWT decoding, MD5, SHA-1, SHA-256 and SHA-512 hashes, and UUID or ULID generation.Cron Expression BuilderBuild or explain a cron expression, see the next run times in your timezone and in UTC, and copy crontab or Kubernetes lines.Timestamp & Timezone ConverterConvert Unix seconds and milliseconds, ISO 8601 and human dates between UTC, IST and any timezone, and compute durations..env, JSON & Compose Environment ConverterConvert between .env files, JSON objects, docker-compose environment lists, Kubernetes ConfigMaps and shell exports.Markdown Editor & PreviewWrite Markdown with a live preview, tables and code highlighting, and export clean HTML or a model card.Image Inspector, EXIF & Base64Read an image's dimensions, format, EXIF and orientation, strip metadata, and convert to and from Base64 data URLs.

Why it works this way

Private by construction

Annotation, hashing, parsing and conversion run in the page. There is no upload endpoint on this site, which is also why it is free and has no account.

The file the next step wants

Exports are the exact layouts training code reads: YOLO folders with data.yaml, COCO JSON, PaddleOCR Label.txt, TRL chat JSONL, ImageFolder zips. No reformatting script in between.

Honest about the GPU

Training runs on your machine or your cloud. The tools here plan it (VRAM, time, cost, schedule), prepare it (data, script, config) and evaluate it (confusion matrix, mAP).