Today I officially started my first computer vision project — a food image classifier.
Sounds simple, right? Load some pictures, train a model, done.
Yeah, no. I spent half the day just fighting with TensorFlow instead 😂


🛠️ Environment Setup (aka pain)

I thought I’d just “quickly test some code” but got hit with a combo of errors:

It honestly felt like I was debugging my laptop more than writing code.
But hey — I didn’t quit.


✅ What I Actually Got Done


📅 What’s Next?


🧠 Reflection

No big results today — but I did get the pipeline running.
And that’s a win in my book.

Sometimes progress just looks like installing packages, restarting kernels, and not giving up.
Tomorrow, the model gets to do the learning. Today? That was all me.