Update README.md

This commit is contained in:
Hamza 2026-05-25 15:46:35 +02:00
parent d12e5fc333
commit da04946648

View File

@ -1,5 +1,20 @@
# Product Detection & Classification Pipeline # Product Detection & Classification Pipeline
<table>
<tr>
<td align="center">
<img src="assets/Scene.jpeg" width="700"><br>
<b>Scene</b>
</td>
<td align="center">
<img src="assets/Scene - Product Detection.jpeg" width="700"><br>
<b>Product Detection - YOLOv8n</b>
</td>
<td align="center">
<img src="assets/Scene_frame000000.jpg" width="700"><br>
<b>Product Classification - EfficientNet B0</b>
</td>
</tr>
</table>
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. 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.
``` ```