Today I completed training my first image classification model.
Itโ€™s based on ResNet50 and built to recognize food images.
Was it perfect? Nah. Was it mine? Hell yes. ๐Ÿ˜Ž


๐Ÿ”ง What I Did Today


๐Ÿ“ˆ Results & Evaluation


๐Ÿ’พ Model Saved!

model.save('models/food_classifier_resnet50.h5')

That file now holds all my effort, frustration, and โ€œwhy is my accuracy still 0.1โ€ moments.


๐Ÿง  Reflection

I finally feel like Iโ€™m understanding how these pieces fit together:
generators, model layers, predictions, evaluation.
Itโ€™s not just running code anymore โ€” I get it now.
And honestly? That feels better than any accuracy score.

Tomorrow? Maybe fine-tuning.
Today? We celebrate ๐Ÿฅณ