This tutorial aims to show how to install programs on DietPi using the DietPi-Launcher, using Python installation as an example.…
python

Machine Learning [Python] – Multiple Linear Regression
In this tutorial, we learn how to use scikit-learn library to implement Multiple linear regression. The carbon dioxide emissions dataset…

How to Calibrate a Camera using OpenCV
In this tutorial, we will demonstrate how to calibrate a camera using OpenCV (computer vision open-source library). Here we apply…

Machine Learning [Python] – Non-linear Regression
In this tutorial, we will learn how to implement Non-Linear Regression. If the data shows a curvy trend, then linear…

RaspTank – How to Assembly
In this tutorial, we will show how to assembly the RaspTank Robot from Adeept. The content shown in this tutorial…

How to Detect Motion using Background Subtraction Algorithms
In this tutorial, we will implement a motion detection program using OpenCV’s background subtraction algorithms in python. Introduction Background subtraction…