Today marked another big step forward for my food image classifier.
After reaching ~41% accuracy yesterday with 36-class data I collected using Selenium,
I decided to push the dataset further โ€” aiming for 100+ images per class.

And the result?

Accuracy has officially broken the 50% barrier โ€“ hitting 56%. ๐Ÿ’ฅ
Thatโ€™s no longer random guessing โ€” itโ€™s learning.


๐Ÿ› ๏ธ What I Did Today


๐Ÿ“ˆ Results


๐Ÿ’ก Insight

โ€œBetter data beats better models โ€” every time.โ€

No architectural changes were made.
The only change was more and better data, and the result was a significant accuracy jump.
It reminded me again that data engineering is just as important as modeling.


๐ŸŽฏ Next Steps


This phase taught me something critical:

You canโ€™t tune your way out of bad data.
You have to build a solid foundation first โ€” and that starts with the dataset.