1. Install Precompiled TensorFlow Lite 2.19 on Raspberry Pi
  2. Install Precompiled Dlib on Raspberry Pi
  3. Install Precompiled libfacedetection on Raspberry Pi
  4. Install Precompiled OpenCV 4.11 on Raspberry Pi
  5. Install PHP 8.4 on Raspberry Pi
  6. Install Node.js 16 and npm on Raspberry Pi
  1. Install Precompiled TensorFlow Lite 2.19 on Raspberry Pi
  2. Install Precompiled Dlib on Raspberry Pi
  3. Install Precompiled libfacedetection on Raspberry Pi
  4. Install Precompiled OpenCV 4.11 on Raspberry Pi
  5. Install PHP 8.4 on Raspberry Pi
  6. Install Node.js 16 and npm on Raspberry Pi
Resize Image using OpenCV

Resize Image using OpenCV

Image resizing reduces the number of pixels in an image. It can be useful when want to decrease image processing time or reduce the time of training of a neural...
Get List of USB Devices in Linux

Get List of USB Devices in Linux

Many peripheral devices have USB interface to connect to the computer such as webcams, keyboards, mouses, hard drives, etc. This tutorial demonstrates how to get a list of USB devices...
Install lshw on Ubuntu 22.04

Install lshw on Ubuntu 22.04

The lshw is a command line tool for displaying detailed information about hardware components on a system. The tool enables to view details about CPU, RAM, network interfaces, USB controllers...
Install Ranger on Ubuntu 22.04

Install Ranger on Ubuntu 22.04

Ranger is a command line based file manager that allows to navigate directories, preview file content, open a file with an editor, and other features. Ranger provides a way to...
Install build-essential on Ubuntu 24.04

Install build-essential on Ubuntu 24.04

The build-essential is a package that holds an informational list of all other packages for building Debian packages and compiling software. The build-essential installs the following list of individual packages:...