TensorFlow Lite is an open-source library that enables to run machine learning models and do inference on end devices, such as mobile or embedded devices. We cannot train a model...
Dlib is an open-source library that provides machine learning algorithms and tools for solving classification, regression, and clustering problems.
This tutorial demonstrates how to install precompiled Dlib on Raspberry Pi...
The libfacedetection is an open-source library to detect faces in the images. Library is based on CNN (Convolutional Neural Network). A pre-trained CNN model has been converted to C arrays...
OpenCV is an open-source library for image processing, computer vision, and machine learning. OpenCV is widely used for object detection, gesture recognition, motion tracking, face detection and recognition, image segmentation...
The btop++ is a tool that enables to monitor system resources and running processes via command line. This tool displays CPU, RAM, disk, and network usage. The btop++ is written...
There might be cases when we want to know which packages are installed on Raspberry Pi OS by default. For example, we want to remove a certain installed packages to...
The cloc is a command line tool that allows to count blank lines, comment lines, and physical lines of source code. Results are displayed in the table. This tool supports...
On most systems with graphical environment, deleted files goes to a temporary location that is called Trash or Recycle Bin. Contents of the trash can be deleted permanently or restored...
Neovim is a text editor that enable the user to create and edit text files via command line. Neovim is a fork of Vim text editor. This means that development...
Darkstat is a network traffic monitoring tool. It captures network traffic and calculates statistics. Darkstat provides web interface to view traffic graphs and reports.
This tutorial demonstrates how to install...