#python
Read more stories on Hashnode
Articles with this tag
Today we are going to complete some tasks using face recognition such as, when It recognizes my face: Create EC2 instance using AWS CLI Create 5GB...
Today we are going to live stream video using socket programming and OpenCV in python. where we will extracting video of host webcam and then send it...
Today we are going to create an image, swap some part of the two photos and then combine them side to side using OpenCV library in python, so let's...
So, today we are going use machine learning model in a docker container by installing the prerequisites inside the container i.e. Python and some...
Today I'm sharing the python menu that I previously created now along with voice control functions GitHub link for the code of python menu
Today I'm going to create a simple chat app in python using UDP (User Datagram Protocol ) sockets and Multi-threading concepts. UDP: UDP (User...