Eran Feit Blog posts

How to Classify Food Images with OpenCV and NumPy for Deep Learning

food classification

Build a Food Classification Pipeline with Python and TensorFlow Introduction Food classification is the process of teaching a model to recognize different food items from images.This tutorial shows how to prepare image data so a model can classify food reliably.You will organize labels, standardize image sizes, and serialize arrays for fast training.By the end, you […]

How to Classify Food Images with OpenCV and NumPy for Deep Learning Read More »

Image Classification & Object Detection with TensorFlow with PixelLib

PixelLib

Introduction to Pixelib Pixelib is a lightweight, open-source Python library that makes image and video segmentation simple, fast, and practical—even if you’re just getting started.In this tutorial, you’ll learn how to use Pixelib to run state-of-the-art segmentation with just a few lines of code, apply pre-trained models, and adapt workflows for real projects like background

Image Classification & Object Detection with TensorFlow with PixelLib Read More »

Eran Feit