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 😂
I thought I’d just “quickly test some code” but got hit with a combo of errors:
DLL load failed (classic Windows + TensorFlow issue)PIL.Image not foundscipy not installedIt honestly felt like I was debugging my laptop more than writing code.
But hey — I didn’t quit.
ImageDataGenerator to load and preprocess food imagesflow_from_directory() working with 36 classesmodel.fit()model.h5)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.