Start and stop AWS EC2 instance using Python boto3
In this blog, we will learn how to start and stop an AWS EC2 instance using Python boto3 scripts. This can be useful if you have an application that needs…
0 Comments
January 8, 2023
In this blog, we will learn how to start and stop an AWS EC2 instance using Python boto3 scripts. This can be useful if you have an application that needs…
In my previous blog post, I talked about the initial version of my implementation of Hand posture detection using OpenCV & CNN. And in this blog, I am doing a…
In this blog series, I am sharing the project work that I did to implement a simple palm or hand posture detection using OpenCV & CNN (Convolutional Neural network). This…