Eran Feit Blog posts

How To Build Sports Image Classification Model Using MobileNet

sports image classification

Train a MobileNet Sports Image Classifier with TensorFlow and Keras Transfer Learning Introduction This tutorial walks you through a practical workflow for sports image classification using MobileNet transfer learning in TensorFlow and Keras.You will see how to prepare a clean data pipeline, adapt the MobileNet backbone, and train a compact model that recognizes 21 different […]

How To Build Sports Image Classification Model Using MobileNet Read More »

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