Update README.md

This commit is contained in:
Hamza 2026-05-24 13:59:39 +02:00
parent 23c941d649
commit 95ece34cb8

View File

@ -780,3 +780,30 @@ balance_and_augment.py (equalise class counts, generate augmented copies)
```
Each iteration your classifier gets better, which means the auto-labelling in the next iteration needs less manual correction.
---
<table>
<tr>
<td align="center">
<img src="runs/classify/per_class_accuracy.png" height="500"><br>
<b>Per-Class Accuracy</b>
</td>
</tr>
<tr>
<td align="center">
<img src="runs/classify/class_distribution.png" height="500"><br>
<b>Class Distribution</b>
</td>
<td align="center">
<img src="runs/classify/confusion_matrix.png" height="500"><br>
<b>Confusion Matrix</b>
</td>
</tr>
<tr>
<td align="center">
<img src="runs/classify/training_curves.png" height="400"><br>
<b>Training Curves</b>
</td>
</tr>
</table>