Open in app

Sign In

Write

Sign In

Abhinav Shreyash
Abhinav Shreyash

2 Followers

Home

About

Aug 3

Real-time Face Detection and Blurring using OpenCV

What is OpenCV? OpenCV is a powerful open-source library used for image processing and computer vision tasks. It enables us to perform various operations like face detection, object tracking, and more. Installation of OpenCV - To get started, you can easily install the OpenCV library on your system using the…

2 min read

2 min read


Aug 3

Creating Art with Numpy: A Beginner’s Guide to Image Manipulation with Arrays

In this article, We will discuss Creating an art or image by yourself using arrays and Numpy. import numpy as np import matplotlib.pyplot as plt # Create a canvas (image) with dimensions 200x200 pixels canvas = np.zeros((200, 200, 3), dtype=np.uint8) # Set the color of the canvas (black background) canvas[:, :, :] = [0, 0…

3 min read

Creating Art with Numpy: A Beginner’s Guide to Image Manipulation with Arrays
Creating Art with Numpy: A Beginner’s Guide to Image Manipulation with Arrays

3 min read


Aug 3

How about “📌 Image Manipulation with OpenCV: Combining and Swapping

Objective : To perform the following tasks - 📌 Create image by yourself Using Python Code 📌 Take 2 images, crop some part of the image and swap it. 📌 Take 2 images and combine it to form single image. Approach : To perform the following tasks we will use OpenCV with Python and…

4 min read

How about “📌 Image Manipulation with OpenCV: Combining and Swapping
How about “📌 Image Manipulation with OpenCV: Combining and Swapping

4 min read


Aug 3

Real-Time Video Chatting without Voice: How to Build an App with OpenCV and Python

In today’s rapidly evolving digital era, the power of technology continues to amaze us. One such fascinating application is a live video chat app that we can create using Python’s OpenCV2 module. This app allows users to communicate through live video streaming without the need for voice communication. In this…

3 min read

Real-Time Video Chatting without Voice: How to Build an App with OpenCV and Python
Real-Time Video Chatting without Voice: How to Build an App with OpenCV and Python

3 min read


Aug 3

AI and ML: The Secret Weapons of Top-Performing MNCs

Task Definition: 📑Explore the benefits which MNCs are getting from AI/ML and create Blog/Article emphasizing the enhancement of AI provided to their products and make them the top notch companies of this generation. In today’s digital era, artificial intelligence (AI) and machine learning (ML) have become transformative technologies for businesses…

3 min read

AI and ML: The Secret Weapons of Top-Performing MNCs
AI and ML: The Secret Weapons of Top-Performing MNCs

3 min read


Aug 3

Unlocking the Power of OpenShift: Real-World Industry Use Cases

Task Description📄 ✍🏻 Research for industry use cases of Openshift and create a blog, Article or Video elaborating how it works. 🔰 Openshift : Open shift is an open-source platform for container application development, deployment, and management. …

5 min read

Unlocking the Power of OpenShift: Real-World Industry Use Cases
Unlocking the Power of OpenShift: Real-World Industry Use Cases

5 min read


Aug 3

Revolutionizing Industries with Kubernetes: A Case Study

Overview Kubernetes (also known as k8s or “kube”) is an open source container orchestration platform that automates many of the manual processes involved in deploying, managing, and scaling containerized applications. What are Kubernetes clusters? You can cluster together groups of hosts running Linux® containers, and Kubernetes helps you easily and efficiently manage those clusters. Kubernetes…

8 min read

Revolutionizing Industries with Kubernetes: A Case Study
Revolutionizing Industries with Kubernetes: A Case Study

8 min read


Aug 3

How to Set Up WordPress on AWS EC2 and RDS

Here is a point wise demonstration of what i am going to demonstrate in this medium post for all of you who are patient enough to spare some of your precious time (For which i am deeply grateful). - Create an AWS EC2 instance. Configure the instance with Apache Webserver. …

6 min read

How to Set Up WordPress on AWS EC2 and RDS
How to Set Up WordPress on AWS EC2 and RDS

6 min read


Aug 3

How Verizon leveraged AWS to drive business success: A case study

About Verizon Verizon, a global leader in communication technology, connects millions of individuals, businesses, and communities through its award-winning network. With breakthroughs in interactive entertainment, digital media, the Internet of Things, and broadband services, Verizon is at the forefront of innovation. The company operates one of the leading wireless networks in the…

2 min read

How Verizon leveraged AWS to drive business success: A case study
How Verizon leveraged AWS to drive business success: A case study

2 min read


Aug 2

Automating Docker Deployment with Ansible: A Step-by-Step Guide

So our Agenda here is like this Write an Ansible PlayBook that does the following operations in the managed nodes: 🔹 Configure Docker 🔹 Start and enable Docker services 🔹 Pull the httpd server image from the Docker Hub 🔹 Copy the html code in /var/www/html directory and start the web server 🔹 Run the docker container and expose it to the public …

3 min read

Automating Docker Deployment with Ansible: A Step-by-Step Guide
Automating Docker Deployment with Ansible: A Step-by-Step Guide

3 min read

Abhinav Shreyash

Abhinav Shreyash

2 Followers

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams