How to Segment Skin Melanoma using Res-Unet

This tutorial provides a step-by-step guide on how to implement and train a Res-UNet model for skin Melanoma detection and segmentation using TensorFlow and Keras. What You’ll Learn : Explore how to generate masks that highlight Melanoma regions within the images. Visualizing Results: See the results in real-time as we compare predicted masks with actual […]

How to Segment Skin Melanoma using Res-Unet Read More »

CNN Model for Emotion Detection: TensorFlow and Keras Tutorial 🖥️🤔😀

📹✨ Emotion Detection with Deep Learning! – Step by Step 🌟🔍💻 In our latest video tutorial, we will walk you through the step-by-step process of building an emotion detection model using deep learning and image classification techniques. 🤖📸 During this tutorial, we will guide you through the essential stages, starting from preprocessing the data and

CNN Model for Emotion Detection: TensorFlow and Keras Tutorial 🖥️🤔😀 Read More »

My Amazing trip to Greece

Hi, I am sharing our last trip to Greece ( July 2024) : **Sunday** We landed in the morning hours at Athens airport, rented a car, and set off northwards to our first destination, Meteora. Since it’s a long drive, we decided to stop after about two hours in the town of Kamena Vourla: [Kamena

My Amazing trip to Greece Read More »

What the network “thinks” is the best image for the CNN model ? (Class Maximization tutorial)

What If we asked our deep neural network to draw it’s best image for a trained model ? What it will draw ? What is the optimized image for each model category ? We can discover that using the class maximization method on the Vgg16 model. You can find more similar tutorials in my blog

What the network “thinks” is the best image for the CNN model ? (Class Maximization tutorial) Read More »

Text detection with Python and Opencv | OCR using EasyOCR | Computer vision tutorial

In this video I show you how to make an optical character recognition (OCR) using Python, OpenCV and EasyOCR ! Following the steps of this 10 minutes tutorial you will be able to detect text on images ! You can find more similar tutorials in my blog posts page here : https://eranfeit.net/blog/ check out our

Text detection with Python and Opencv | OCR using EasyOCR | Computer vision tutorial Read More »

Advanced Python and OpenCV Tutorial: How to Find Differences in Similar Images

In this advanced tutorial in Python and OpenCV, we’ll explore how to find differences in similar images. Using OpenCV functions, we’ll extract two similar images out of an original image, and then Using HSV, masking and more OpenCV functions, we’ll create a new image with the differences. Finally, we will extract and mark theses differences

Advanced Python and OpenCV Tutorial: How to Find Differences in Similar Images Read More »

Eran Feit