
How to send audio data using socket programming in Python
This tutorial is about using PyAudio and TCP sockets for server-client transfer of audio stream

How to send audio and video using socket programming in Python
This tutorial is about using OpenCV, UDP and TCP sockets for server-client transfer of audio-video streams

How to send video using UDP socket in Python
This tutorial is about using OpenCv and UDP sockets for server-client video transfer

How to make a Matplotlib and PyQt5 based GUI to plot a CSV file data
Making a drag drop CSV file based matplotlib GUI with multiple themes and adding axis selection options

Play Rock Paper Scissors Game using PyQt5 GUI
This tutorial is about making a GUI in PyQt5 using OpenCV and Keras to play Rock Paper Scissors Game.

Lipstick color picker GUI in PyQt5
This tutorial is about making a GUI in PyQt5 using Dlib and OpenCV for changing color of lips.

How to send audio from a client computer to a server over the wifi
This tutorial is about using socket programming to send audio data from Microphone of client to the server.

How to visualize Earthquakes in Python
This tutorial is about visualization of the most recent earthquakes on the planet Earth.

How to publish-subscribe video using socket programming in Python
This tutorial is short and simple implementation of server client modules in Publish/Subscribe mode to transfer video frames

How to send and receive live audio using socket programming in Python
This tutorial is about sending and receiving audio data over wifi between server and client.

How to get audio frames from the microphone device
How to get audio data from the microphone

How to deploy Python video processing application on the server
We will use OpenCv to change blur and brightness of the video and serve it on the network

PytQt5 Live Audio GUI with start and stop buttons
How to stop a thread in managed by the QThreadPool in PyQt5

PytQt5 GUI design to plot Live audio data from Microphone
How to make a GUI using PyQt5 and Matplotlib to plot real-time data

PytQt5 GUI design and Video processing with OpenCV
How to make a GUI in PyQt5 for video processing applications

OpenCV and Real time streaming protocol (RTSP)
How to obtain video frames from an RTSP stream of video

A simple cache-server to broadcast video to clients
How to broadcast drone video to multiple clients using a cache-server in Python

How to make an interactive PSO algorithm in Python
Using Matplotlib drag the target of PSO and let the particles optimize their movements to find it.

Transfer video over sockets from multiple clients
Socket programming with multiple clients and OpenCV in Python

Add text with transparent rectangle on an image
How to add transparent box behind text in an open cv image

How to make a text to image GUI in Python
Making a GUI to extract text of various languages by using the trained model of the specific language

How to make OpenCV and PyQt5 based GUI for image processing applications
Making an OpenCv GUI with brightness and blur adjustment

How to make a Matplotlib and PyQt5 based GUI
Making a matplotlib GUI with multiple themes

How to make a Matplotlib and PyQt5 based GUI with drag and drop the CSV file
Making a drag drop CSV file based matplotlib GUI with multiple themes

Pandas dataframe with hexadecimal and ascii values
This code will demonstrate how to convert pandas data to numeric form

Free Audio Video Screen Recorder for Windows 10
Installing a free Audio Video Screen Recorder

Socket programming to send and receive webcam video
This code will demonstrate the server client modules to transmit and receive video over wifi

Faster and accurate object tracking in Python
This code will demonstrate opencv based object tracking using the CSRT

How to track Mario in Python
This code will track Mario game character using opencv and python

What are yield and return statements in Python
This code will demonstrate the key differences between yield and return statements in python

How to automatically arrange the desktop icons
This code will arrange files in folders according to their extension to keep windows desktop nice and tidy

How to plot realtime frame rate of a web camera
Making of an OpenCV and Matplotlib data processing and visualization in Python

How to make screen recorder in PyQt5
Making of an audio and video screen recorder in Python

How to read and write in xlsx file using python
A quick tutorial on Microsoft Excel .xlsx file operations in python

Playing piano with Python
A quick tutorial on multi threading in python to play twinkle twinkle little start poem

Lab2 How to make a basic multilayer Keras model
A quick tutorial on Keras model
With Speech, control the MS Power Point Presentation
A simple AI application tutorial to control PPTX slides with speech using python
Installing Pytorch in Windows (GPU version)
A fastest way to install PyTorch in Windows without Conda
Installing Pytorch in Windows (CPU version)
A fastest way to install PyTorch in Windows without Conda