artificial-intelligence

How to convert your webcam into a smart security camera using Python & OpenCV
|

How to convert your webcam into a smart security camera using Python & OpenCV

In this project-tutorial, we will be learning how to covert a webcam into a smart security camera using Python and OpenCV. In this project, will be able to read vision from the webcam camera, detect unusual movement and finally alert the owner by playing a warning sound after detection of movement. Requirements: 1 – Python…

Accurate face detection using a Deep Neural Network
|

Accurate face detection using a Deep Neural Network

In this project-tutorial, we will be learning how to detect human faces accurately using a deep neural network (dnn) module which comes pre-bundled within the OpenCV (cv2 package) library package. This module allows us to make inference on pre-trained deep-learning models. Requirements: 1 – Python 3.0 and above2 – PyCharm IDE or Visual Studio Code…