#keras

27 Posts · 0 Articles
What's going on?

3 months ago

🎨 Neural Style Transfer Tutorial with Tensorflow and Python

Eran Feit ·   · 🚀 In this video tutorial, we will generate images using artistic Python library  · Discover the  fascinating realm of Neural Style Transfer and learn how to merge images with your chosen style ·   · Here's what you'll learn: ·  🔍 Download a Model from TensorFlow Model Hub: Di ...

3 months ago

Cnn Tensorflow Image Classification | Weather Image Classification 🌦️

Eran Feit ·   · Welcome to artificial intelligence and weather image prediction tutorial !  · In this tutorial, we dive deep into Convolutional Neural Networks (CNNs) using TensorFlow and Keras to categorize weather patterns. ·   · 🔍 Key Topics Covered: ·   · 🔹 Setting up a CNN model for ima ...

4 months ago

🚀 Background Removal in Python with PyTorch and Rembg! 🎨🐍

Eran Feit · Welcome to our latest Python tutorial, where we dive into the world of image processing!  · In this video, we'll guide you through the process of removing backgrounds from images using Pre-trained model basied on PyTorch : The Rembg library. · 🔧 What You'll Learn: ·   · Install t ...

4 months ago

🔥 Create Stunning Art: Dive into Neural Style Transfer with Python!

Eran Feit · 🚀 In this video tutorial, we will demonstrate visual style transfer AI and creativity between images 🎨 · Learn how to use Neural Style Transfer with Python and TensorFlow, and merge the content of one image with the artistic style of another. ·   · - Set up your Python environmen ...

5 months ago

3D Photo Magic | Convert Any Picture to 3D with Python

Eran Feit ·   ·   · Hi, · enjoy the magic of 3D image conversion with our tutorial! In just three steps , you'll transform any 2D image into a stunning 3D using the '3d-photo-inpainting' Python library.  · 🚀 Step 1: Environment Setup & Library Installation Learn how to create a Conda environ ...

6 months ago

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

Eran Feit ·   · 🎥 In our latest video tutorial, we will dive deep into the world of sports image classification! 🏀📸 ·   · 🔍What's Covered in this Video: ·   ·   · 📦Dataset Download: We'll start by obtaining a large sports image dataset from Kaggle, carefully curated with 21 unique sports cat ...

6 months ago

TensorFlow Sports Image Classification : Building a Custom Model with TensorFlow and Keras

Eran Feit ·   · 🎥 In our latest video tutorial, we will dive deep into the world of sports image classification! 🏀📸 ·   · 🔍 What's Covered in this Video: ·   · 📦 Dataset Download: We'll start by obtaining a large sports image dataset from Kaggle, carefully curated with 21 unique sports categ ...

7 months ago

AI Food Recognition : Classifying 36 Fruits and Vegetables in TensorFlow

Eran Feit ·   · Hi, ·   · 🍏🥕🍅 In this tutorial, we guide you through the process of building a neural network capable of classifying 36 different fruits and vegetables using TensorFlow and Python. 🎥 · 📚 Here's what you'll learn:  ·   · 🔹 Data Preparation: Explore the dataset and learn how to ...

8 months ago

TensorFlow Image Classification Tutorial: ResNet50 vs. MobileNet

Eran Feit ·   ·   · This is an image Classification tutorial using Python, TensorFlow, and Keras with Convolutional Neural Networks (CNNs).  · In this video, we'll learn how to use pre-trained models to classify images based on Resnet50 and Mobilenet. ·   · Introduction to image classificati ...

9 months ago

🎵 How to Classify Audio Chords with a Convolutional Neural Network 🎹

Eran Feit ·   · Discover how to classify audio chords with our latest YouTube tutorial! · In our latest video tutorial, we will show you how to use a convolutional neural network (CNN) to classify audio chords. 🎧🌈 · We will start by examining a few audio files and playing them back. Then, we ...

10 months ago

How to make deep fake lip sync using Wav2Lip

Eran Feit ·   · 🎥✨ In our latest video tutorial, we will dive into the fascinating world of deepfake lip syncing using the powerful Wav2Lip Python library! 💻👄 · In this tutorial, we'll guide you through the step-by-step process of harnessing the Wav2Lip library. From installation to collecti ...

10 months ago

Deep Learning for Fruit Recognition: Classifying Over 100 Unique Fruits

Eran Feit ·   · 🍎🍌🍓 For CNN and deep learning enthusiasts! 🍊🍇🍍 · 🚀 In this in-depth tutorial, we explain, step-by-step , the process of building a convolutional neural network (CNN) model tailored specifically for fruit classification. 🌱🍎 · The process will describe the model training, choos ...

11 months ago

Learn How to Find Wally in Images Using Python and OpenCV

Eran Feit · Do you remember playing "Where's Wally?" as a kid?  · What if you could take that game to the next level using advanced computer vision techniques? · Our latest tutorial shows you how to find Wally in any image using Python and OpenCV.  · We'll take an image of Wally and use it a ...

11 months ago

Image Segmentation in OpenCV with Python and Contours

Eran Feit · Learn how to perform image segmentation using Python OpenCV and contour detection in this step-by-step tutorial!  · Discover how to convert images to grayscale, apply thresholding techniques, detect contours, and merge the detected contours with the original image for stunning ef ...

1 year ago

Python Image Segmentation Made Easy with OpenCV and K-means Algorithm

Eran Feit ·   · Discover how to perform image segmentation using Python, OpenCV, and K-means clustering. ·   · In this tutorial, you'll discover how to divide an image into multiple segments or regions based on certain criteria, and extract useful insights from the image.  · You'll learn how ...

1 year ago

How to Build a Real-Time Object Detection with your own voice

Eran Feit ·   · Check out our latest video tutorial! · In this tutorial, we show you how to create a voice-controlled object detection system using the YOLO algorithm.  · By combining object detection with speech recognition, you can create a system where you can say a word or phrase, and th ...

1 year ago

Building a Self-Driving Car in Atari 2600 Grand Prix Game – Full tutorial

Eran Feit · Take your Python skills to the next level with this tutorial on using computer vision and OpenCV to play and control an Atari 2600 Grandprix game.  · With this tutorial, you'll learn how to detect the cars in the game using OpenCV, control the car using keyboard commands, and cre ...

1 year ago

Advanced Computer Vision Tutorial : Understanding VGG16 with Gradcam

Eran Feit ·   · Hi, ·   · Would you like to learn how to use the pre-trained model with Gradcam visualization to identify the most important areas in an image ?  ·   · In this tutorial, we dive deep into the world of advanced computer vision, exploring deep learning techniques to improve the ...

1 year ago

What actually sees a deep neural network model ?

Eran Feit ·   · Hi, · How to visualize CNN Deep neural network model ?  · What is actually sees during the training ?  · What are the chosen filters , and what is the outcome of each neuron . · This is part no. 5 of Tensorflow tutorial for classify monkey’s species images using CNN and trans ...

1 year ago

How to classify audio using deep learning and Tensorflow hub?

Eran Feit ·   · Tensorflow Hub has cool pre-trained models. One of the is audio and sound classification. · Imagine you have a sound , and would like to detect if it a sound of a cat , or a sound of water , or maybe to classify music ….. ·   · So , this model is a cool way of classify your o ...

You may be interested in these jobs

  • Nike

    Lead Retail Stores Associate

    Found in: beBee S2 IL - 6 days ago


    Nike Holon, Israel Paid Work

    As our Nike Store Lead your mission will be to build the bond between the consumer and the brand by providing the highest level of service and inspiring with powerful brand stories adapted to the retail setting. · Responsibilities · Utilize exceptional customer service skills, sa ...

  • Teva Pharmaceuticals

    מחסנאי/ת לסלא טבע שוהם

    Found in: beBee S2 IL - 1 day ago


    Teva Pharmaceuticals Shoham, Israel

    אודות החברה · טבע היא אחת מחברות הפרמצבטיקה המובילות, ויצרנית התרופות הגנריות הגדולה בעולם. היא מחויבת לשיפור בריאותם של לקוחותיה, כמו גם להגברת הנגישות לפתרונות בריאות איכותיים בכל רחבי העולם. העובדים שלנו, הפרוסים במעל 80 מדינות, נמצאים בלב הצלחת הארגון, ויחדיו מספקים את "ארון ...

  • Каплун

    URGENTLY need workers for cleaning

    Found in: beBee S2 IL - 1 day ago


    Каплун Хайфа, Israel Freelance

    URGENTLY need workers for cleaning in Haifa and Gush Dan JOB PERMANENT AND NOT PERMANENT - all options that are convenient for everyone. · Call or write for details · Dmitry · ...

Get the most out of your content

orange logo