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
Use PHP Built-in Web Server

Use PHP Built-in Web Server

PHP, one of the most popular server-side scripting languages, comes equipped with a built-in web server that provides a convenient way to test and develop web applications locally. This feature...
Use Override Attribute in PHP 8.3

Use Override Attribute in PHP 8.3

Since PHP 8.3, we can use #[Override] attribute. Applying the #[Override] attribute to a method, PHP will guarantee that a method with a matching name is present in either a...