Eran Feit Blog posts

How To Build Sports Image Classification Model Using MobileNet

sports image classification

Why Use Convolutional Neural Networks (CNN) for Custom Sports Image Classification? In the rapidly evolving world of sports analytics, the ability to automatically identify athletic disciplines in visual data is a game-changer. This tutorial provides a comprehensive guide to build a custom sports image classifier with TensorFlow and Keras. Whether you are automating highlights or […]

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

TensorFlow Food Image Classification: 36 Fruits and Vegetables in Python (Keras + OpenCV)

food classification

Build a Food Classification Pipeline with Python and TensorFlow Introduction TensorFlow food image classification is a practical way to recognize what’s inside an image and turn pixels into a label your app can use.In this tutorial, you’ll build a 36-class fruits and vegetables classifier in Python using TensorFlow / Keras, while using OpenCV for consistent

TensorFlow Food Image Classification: 36 Fruits and Vegetables in Python (Keras + OpenCV) Read More »

PixelLib Mask R-CNN Tutorial: Custom Training with LabelMe + TensorFlow

PixelLib

What is PixelLib for Instance Segmentation? Are you struggling to build a precise instance segmentation pipeline without dealing with hundreds of lines of complex boilerplate code? In this hands-on guide, you will master PixelLib Mask R-CNN custom training with LabelMe to detect, segment, and extract specific objects in your images. Whether you are building an

PixelLib Mask R-CNN Tutorial: Custom Training with LabelMe + TensorFlow Read More »

Eran Feit