Eran Feit Blog posts

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

LightlyTrain Image classification

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 »

Animate Face Photo Free with TPSMM: Realistic AI Face Animation

Face Move By Sound Thin Plate Spline Motion Model

Animate your face photo free — give life to static images with motion, expressions, or even lip sync. In this post, you’ll learn how to turn a single face photo into a dynamic animated portrait—for free. We’ll walk you through: 💡 Why TPSMM Stands Out:Unlike consumer apps that limit features or watermark outputs, TPSMM is

Animate Face Photo Free with TPSMM: Realistic AI Face Animation Read More »

How to Classify Vehicles: VGG16 Feature Extraction & XGBoost

Object Classification using XGBoost and VGG16

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

How to Classify Vehicles: VGG16 Feature Extraction & XGBoost Read More »

Malaria Cell Classification CNN in TensorFlow (Keras) – Full Tutorial

CNN - Malaria

malaria cell classification CNN is a practical way to learn how convolutional neural networks recognize patterns in microscope cell images. In this tutorial, you’ll build a complete pipeline in TensorFlow and Keras: preprocessing infected vs uninfected cell images, training a compact CNN, saving the best checkpoint, and running inference on a brand-new test image. This

Malaria Cell Classification CNN in TensorFlow (Keras) – Full Tutorial Read More »

TensorFlow U-Net for Skin Lesion Segmentation (Melanoma / ISIC 2018)

Melanoma Unet

In clinical dermatology, early detection is the difference between life and death. While standard classification identifies if a lesion is present, Medical Image Segmentation using TensorFlow and U-Net allows us to map the exact boundaries of a melanoma with pixel-level precision. This precision is vital for automated diagnostic tools and surgical planning. In this tutorial,

TensorFlow U-Net for Skin Lesion Segmentation (Melanoma / ISIC 2018) Read More »

U-Net Image Segmentation with TensorFlow/Keras (Oxford-IIIT Pets)

Unet Animals

This tutorial provides a step-by-step guide on how to implement and train a U-Net Image Segmentation TensorFlow . 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 the data

U-Net Image Segmentation with TensorFlow/Keras (Oxford-IIIT Pets) Read More »

U-Net Image Segmentation Tutorial | Deep Learning Image Segmentation Guide

Unet - segment people

Deep Learning Image Segmentation with U-Net This tutorial demonstrates a complete U-Net image segmentation workflow. It is designed as a practical image segmentation tutorial, showing how deep learning image segmentation can be applied to Check out our tutorial here : https://youtu.be/ZiGMTFle7bw The tutorial is divided into four parts: Part 1: Data Preprocessing and Preparation In

U-Net Image Segmentation Tutorial | Deep Learning Image Segmentation Guide Read More »

U-net Medical Segmentation with TensorFlow and Keras (Polyp segmentation)

How to segment polyp colonoscopy using U net

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

U-net Medical Segmentation with TensorFlow and Keras (Polyp segmentation) Read More »

Eran Feit