Blog

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…

Face detection using Python and OpenCV
|

Face detection using Python and OpenCV

In this project-tutorial, we will be learning how to detect human faces in both images and videos using the OpenCV library package in Python. For this project we will be using the Haar-Cascade Classifiers (pre-trained classifiers for face, eyes, eye-glasses, smile, etc detection). In the first part, we will detect faces in an image and…

How to build a Digital Clock using Python
|

How to build a Digital Clock using Python

In this Project-tutorial, we are going to learn how to build a simple Digital-Clock using Python. This is a beginner project to help you learn more about how to build python applications with a Graphical User Interface. Requirements: 1 – Python 3.0 and above2 – PyCharm IDE or Visual Studio Code IDE or any other…

How to build your own Web-Browser using Python
|

How to build your own Web-Browser using Python

In this Project-tutorial, we are going to learn how to build our own web-browser called Tanzanite Browser that looks like Google Chrome Browser using a few lines of code in Python. For this project, we will mainly use the PyQt library package which is a cross-platform GUI toolkit, consisting of a set of python bindings…

Lesson-03 Using an Android Device to remotely control Raspberry Pi
|

Lesson-03 Using an Android Device to remotely control Raspberry Pi

In this tutorial, we’re going to learn how to use any android device (Smartphone/Tablet) as a monitor to remotely control a Raspberry Pi.   This Tutorial builds upon the previous tutorials, have a look at the Previous Tutorials here… Lesson 01:  Introduction to Raspberry Pi Lesson 02:  Setting up your Raspberry Pi 4 Model B…

Lesson-02 Setting Up the Raspberry-Pi 4 Model-B Board
|

Lesson-02 Setting Up the Raspberry-Pi 4 Model-B Board

The Raspberry Pi 4 Model B is a completely upgraded, re-engineered, faster, and more powerful model that is more energy-efficient, cost-effective, and capable of running two monitors at once in 4K resolution. The Pi 4 Model B gives you a complete desktop experience to work on your documents, browse the web and do a lot…

Lesson-01 Introduction to the Raspberry-Pi
|

Lesson-01 Introduction to the Raspberry-Pi

The Raspberry Pi is a series of small credit-card sized single-board computers developed by the Raspberry Pi Foundation in the UK. Several generations of the Raspberry Pis have been released and all these models feature a Broadcom System on Chip (SoC) with an integrated ARM compatible Central Processing Unit (CPU) plus an on-chip graphics processing…