From fa21e9a5b723339497368abbb1052813ac51be74 Mon Sep 17 00:00:00 2001 From: Hamza Date: Mon, 25 May 2026 14:52:17 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 10ed0d4..c0d8c17 100644 --- a/README.md +++ b/README.md @@ -200,6 +200,10 @@ Use any file manager, or a tool like [Label Studio](https://labelstud.io/) for f ### Step 2 — Auto-label & Review +
+ +
+ > Use this step once you have a trained classifier. It replaces manual labelling almost entirely. Runs the full detect → crop → classify pipeline in one command, then opens a browser UI where you review, confirm, fix, or reject each prediction. @@ -478,7 +482,7 @@ After training, download from `/kaggle/working/runs/classify/`: These two files are all you need to run `3_inference.py` and `api_server.py`.
- +
#### Option C — Fully automated via `kaggle_train.py`