Super-Quick Image Classification with MobileNetV2

How to classify images using MobileNet V2 ? Want to turn any JPG into a set of top-5 predictions in under 5 minutes? In this hands-on tutorial I’ll walk you line-by-line through loading MobileNetV2, prepping an image with OpenCV, and decoding the results—all in pure Python. Perfect for beginners who need a lightweight model or […]

Super-Quick Image Classification with MobileNetV2 Read More »

Self-Supervised Learning Made Easy with LightlyTrain | Image Classification tutorial

In this tutorial, we will show you how to use LightlyTrain to train a model on your own dataset for image classification. Self-Supervised Learning (SSL) is reshaping computer vision, just like LLMs reshaped text. The newly launched LightlyTrain framework empowers AI teams—no PhD required—to easily train robust, unbiased foundation models on their own datasets. Let’s

Self-Supervised Learning Made Easy with LightlyTrain | Image Classification tutorial Read More »

Object Classification using XGBoost and VGG16 | Classify vehicles using Tensorflow

In this tutorial, we build a vehicle classification model using VGG16 for feature extraction and XGBoost for classification! 🚗🚛🏍️ It will based on Tensorflow and Keras 🔍 What You’ll Learn 🔍:  🖼️ Part 1: We kick off by preparing our dataset, which consists of thousands of vehicle images across five categories. We demonstrate how to

Object Classification using XGBoost and VGG16 | Classify vehicles using Tensorflow Read More »

How to classify Malaria Cells using Convolutional neural network

This tutorial provides a step-by-step easy guide on how to implement and train a CNN model for Malaria cell classification using TensorFlow and Keras. 🔍 What You’ll Learn 🔍:  Data Preparation — In this part, you’ll download the dataset and prepare the data for training. This involves tasks like preparing the data , splitting into training

How to classify Malaria Cells using Convolutional neural network Read More »

How to segment X-Ray lungs using U-Net and Tensorflow

This tutorial provides a step-by-step guide on how to implement and train a U-Net model for Melanoma detection using TensorFlow/Keras.  🔍 What You’ll Learn 🔍:  Building U-net model : Learn how to construct the model using TensorFlow and Keras. Model Training: We’ll guide you through the training process, optimizing your model to generate masks in the

How to segment X-Ray lungs using U-Net and Tensorflow Read More »

Medical Melanoma Detection | TensorFlow U-Net Tutorial using Unet

This tutorial provides a step-by-step guide on how to implement and train a U-Net model for Melanoma detection using TensorFlow/Keras.  🔍 What You’ll Learn 🔍:  Data Preparation: We’ll begin by showing you how to access and preprocess a substantial dataset of Melanoma images and corresponding masks.  Data Augmentation: Discover the techniques to augment your dataset.

Medical Melanoma Detection | TensorFlow U-Net Tutorial using Unet Read More »

Creating an Animal Segmentation Model with U-Net and TensorFlow Keras

This tutorial provides a step-by-step guide on how to implement and train a U-Net model for animals segmentation using TensorFlow/Keras. The tutorial is divided into four parts: Part 1: Data Preprocessing and Preparation In this part, you load and preprocess the persons dataset, including resizing images and masks, converting masks to binary format, and splitting

Creating an Animal Segmentation Model with U-Net and TensorFlow Keras Read More »

U-net Image Segmentation | How to segment persons in images

This tutorial provides a step-by-step guide on how to implement and train a U-Net model for persons segmentation using TensorFlow/Keras. The tutorial is divided into four parts: Part 1: Data Preprocessing and Preparation In this part, you load and preprocess the persons dataset, including resizing images and masks, converting masks to binary format, and splitting

U-net Image Segmentation | How to segment persons in images Read More »

Eran Feit