From da0494664844c2958076f443acaaf7f44dec9821 Mon Sep 17 00:00:00 2001 From: Hamza Date: Mon, 25 May 2026 15:46:35 +0200 Subject: [PATCH] Update README.md --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a2ae71f..cb79db8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,20 @@ # Product Detection & Classification Pipeline - + + + + + + +
+
+ Scene +
+
+ Product Detection - YOLOv8n +
+
+ Product Classification - EfficientNet B0 +
A two-stage computer vision pipeline that combines a fine-tuned **YOLOv8n** detector with a **EfficientNet** classifier to detect and identify products on retail shelves. ```