From 9883c05ce39f8707b98ce23edf2733b0933463ca Mon Sep 17 00:00:00 2001 From: Hamza Date: Mon, 25 May 2026 10:16:02 +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 baa4580..10ed0d4 100644 --- a/README.md +++ b/README.md @@ -445,7 +445,7 @@ python 2_train_classifier.py \ - It will appear at `/kaggle/input/my-product-crops/` 4. Enable the GPU: - - Right panel → **Session options → Accelerator → GPU T4 x1** + - Right panel → **Session options → Accelerator → GPU T4 x2** 5. Edit **Cell 2 — Configuration** only: ```python @@ -477,6 +477,10 @@ 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` Run the entire Kaggle pipeline — upload, train, download — from a single command with no browser needed: