Open in app
Home
Notifications
Lists
Stories

Write
Abhishek Sharma
Abhishek Sharma

Home
About

Apr 1

How to Deploy a Lambda function as a Component on an Edge Machine using AWS Greengrass v2

Recently I was trying to deploy a Lambda function as a component on an Edge Machine using AWS Greengrass v2 for a client and you won’t believe I have never done such a frustrating task in my life. After doing it wrong for about 30–40 times I finally deployed it…

Aws Greengrass

6 min read

How to Deploy a Lambda function as a Component on an Edge Machine using AWS Greengrass v2
How to Deploy a Lambda function as a Component on an Edge Machine using AWS Greengrass v2

Feb 28

How to build OpenCV with Cuda and cuDNN support in Windows

Hey guys, in this blog we will see how we can build OpenCV with Cuda and cuDNN support in Windows. This process can be very tricky and tedious if doing it for the very first time. So without any further due, let’s do it. Read the full blog with a…

Opencv

6 min read

How to build OpenCV with Cuda and cuDNN support in Windows
How to build OpenCV with Cuda and cuDNN support in Windows

Feb 26

How to Install TensorFlow with Cuda and cuDNN support in Windows

Hey guys, In this blog we will see how we can install Tensorflow with CUDA and cuDNN. This process can be really tricky and frustrating if you are doing it for the very first time. So without any further due, let’s do it… Read the full blog with a detailed…

Cuda

4 min read

How to Install TensorFlow with Cuda and cuDNN support in Windows
How to Install TensorFlow with Cuda and cuDNN support in Windows

Feb 26

How to detect shapes using cv2 — with source code— Easy Project

In today’s blog, we will see how we can detect shapes using cv2 in an image using contours and moments. This is going to be a very fun project, so without any further due. Read the full article with source code here — https://machinelearningprojects.net/detect-shapes-using-cv2/ Let’s do it… Code for how to detect shapes using cv2… import cv2 import numpy as np img =…

Cv 2

3 min read

HOW TO DETECT SHAPES USING CV2- WITH SOURCE CODE — EASY PROJECT
HOW TO DETECT SHAPES USING CV2- WITH SOURCE CODE — EASY PROJECT

Published in Towards Dev

·Feb 23

Blurrings in cv2— Simple Blur, Box Blur, Gaussian Blur, and Median Blur

In today’s blog, we will see how to perform the most famous 4 types of Blurrings in cv2 (Simple Blur, Box Blur, Gaussian Blur, and Median Blur). Read the full article with source code here — https://machinelearningprojects.net/blurrings-in-cv2/ Let’s do it… Step 1 — Let’s start with importing the required modules to perform blurrings in cv2. import cv2 import matplotlib.pyplot as plt Importing cv2 for performing blurrings and matplotlib…

Blurring

4 min read

BLURRINGS IN CV2 — SIMPLE BLUR, BOX BLUR, GAUSSIAN BLUR, AND MEDIAN BLUR
BLURRINGS IN CV2 — SIMPLE BLUR, BOX BLUR, GAUSSIAN BLUR, AND MEDIAN BLUR

Published in MLearning.ai

·Feb 21

How to plot color channels Histogram of an Image in Python using OpenCV

In this very short blog, we will see how we can plot all 3 color channels histogram (red, green, blue) of an Image in Python using OpenCV. Read the full article with source code here — https://machinelearningprojects.net/plot-color-channels-histogram/ Let’s do it… Step 1 — Importing required packages for plotting Color Channels Histogram. import cv2 import matplotlib.pyplot as plt Step 2 — Let’s read and visualize the image.

Cv 2

3 min read

How to plot color channels Histogram of an Image in Python using OpenCV
How to plot color channels Histogram of an Image in Python using OpenCV

Published in MLearning.ai

·Feb 19

How to Detect Contours in an Image in Python using OpenCV

In today’s blog, we will see how we can detect contours in an image using the cv2 module. Talking about contouring it is a very useful operation when our use case involves geological terrain images or studying weather maps, etc. Read the full article with source code here — https://machinelearningprojects.net/detect-contours/ Let’s do it… Step 1 — Importing required packages. …

Contour Detection

3 min read

How to Detect Contours in an Image in Python using OpenCV
How to Detect Contours in an Image in Python using OpenCV

Published in AWS Tip

·Feb 18

How to deploy your first Lambda on AWS

Hey guys, in today’s blog we will see how to deploy your first Lambda on AWS. In the last blog, we saw a detailed step-by-step guide on How to create an API in AWS API Gateway using AWS Lambda. So without any further due, let’s do it. You can create Lambda in 3 different ways: First is you…

AWS Lambda

5 min read

How to deploy your first Lambda on AWS
How to deploy your first Lambda on AWS

Published in AWS Tip

·Feb 18

How to create an API in AWS API Gateway using AWS Lambda

Hey guys, in today’s blog we will see how to create an API in AWS API Gateway using AWS Lambda. In the last blog, we saw a detailed step-by-step guide of how we can deploy an AWS Lambda using AWS ECR Docker Image. …

AWS Lambda

4 min read

How to create an API in AWS API Gateway using AWS Lambda
How to create an API in AWS API Gateway using AWS Lambda

Published in Towards Dev

·Feb 17

How to perform Morphological Operations like Erosion, Dilation, and Gradient in Python using OpenCV

So, in today’s blog, we will see how we can perform morphological operations like erosion, dilation, and gradient upon an image to enhance it. Morphological transformations are some simple operations based on the image shape. It is normally performed on binary images. …

Cv 2

3 min read

How to perform Morphological Operations like Erosion, Dilation, and Gradient in Python using OpenCV
How to perform Morphological Operations like Erosion, Dilation, and Gradient in Python using OpenCV
Abhishek Sharma

Abhishek Sharma

Data Scientist || Blogger || machinelearningprojects.net

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable