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
Create Docker Volume

Create Docker Volume

Docker volumes are stored in a part of the host filesystem which mounted on Docker containers. Volumes are the preferred method to persist data generated by the running container. This...
Get List of Docker Networks

Get List of Docker Networks

Docker networking is basically used to establish communication between Docker containers and the outside of Docker with external networks via host machine. This tutorial demonstrates how to get Docker networks...
Remove Docker Image

Remove Docker Image

During the testing or development process, Docker images are downloaded to create containers. Some of the images are forgotten and unused later. Unused and outdated Docker images takes a disk...
Get Raspberry Pi GPIO Pinout

Get Raspberry Pi GPIO Pinout

The Raspberry Pi has GPIO pins that can be used to connect various sensors to measure changes in physical properties such as temperature, capacitance, resistance, etc. This tutorial shows how...