Building a High-Performance Computing System on Raspberry Pi with Ansible

Designing a high-performance computing cluster using low-cost hardware and open-source software. — Adrian Reber Useful original links Please visit the “original link” at the end for clickable in-text links, full-size original images, and related articles. Acknowledgements Compiled from | https://opensource.com/article/18/1/how-build-hpc-system-raspberry-pi-and-openhpc Author | Adrian Reber Translator | qhwdw 🌟 🌟 🌟 🌟 🌟 Total translations: 100 … Read more

Scientific Computing with Python on Raspberry Pi

Translation organized by Python Tribe (python.freelycode.com), no reproduction allowed, sharing is welcome. This article is a guide on how to install a Python scientific computing stack suitable for geospatial analysis on Raspberry Pi 3. The whole process takes only a few minutes. The Raspberry Pi 3 was announced two weeks ago with substantial improvements in … Read more

Top Quality Linux Open Source Projects on GitHub

As an internet professional, everyone is familiar with Linux, especially those who deal with the Linux operating system regularly. There are many tutorials and resources about Linux on the internet, but filtering out the truly helpful materials takes a lot of time and effort. GitHub is one of my favorite websites where many people have … Read more

Top 6 Open Source Face Recognition Projects

Biometric recognition includes face recognition, voice recognition, fingerprint recognition, retinal or iris recognition. Among these, face recognition is currently the most widely used biometric technology in identity authentication or identity lookup applications. Face recognition specifically refers to the computer technology that uses analysis and comparison of facial visual feature information for identity verification. Broadly speaking, … Read more

Comprehensive List of Excellent TensorFlow Resources Across Six Themes

TensorFlow is currently the hottest open-source project, widely used for numerical computation based on data flow graphs. As TensorFlow is widely applied, many derivative applications have emerged, and some believe that TensorFlow is the best way to build deep learning models today. This article compiles a list of excellent practices, libraries, and projects related to … Read more

How RetroPie is Designed: The Leading Open Source Project in Embedded Systems

What is RetroPie? An open source project that transforms Raspberry Pi and other boards into gaming consoles. â–² RetroPie running on Raspberry Pi Github: https://github.com/RetroPie/RetroPie-Setup At first glance, based on Shell, what’s so impressive about it? But upon reflection, a simple project achieving 9.4K stars must have its merits. The two most important things to … Read more

DIY AR Glasses with Raspberry Pi: Costing Less Than 100 Yuan

Organized by | Zheng Liyuan Produced by | CSDN (ID: CSDNnews) When it comes to VR/AR glasses, people’s impression is usually that they are expensive and have a long development cycle. Therefore, when hearing that a developer has taken a different approach by using Raspberry Pi Zero to create a feature-rich AR glasses prototype, even … Read more

RPPAL: An Excellent Embedded Rust Development Library for Raspberry Pi

RPPAL is a powerful library that provides a user-friendly interface for Raspberry Pi, allowing you to easily access peripherals such as GPIO, I2C, PWM, SPI, and UART. It not only enables you to control these peripherals effortlessly but also supports USB-to-serial adapters, allowing for more interesting development on the Raspberry Pi. The Core Advantages of … Read more