Four Emerging Trends Shaping Embedded AI

Editor’s Note: This article is translated from eetimes, and the author Jeff Bier is the president of consulting firm BDTI, founder of the Edge AI and Vision Alliance, and chairman of the Embedded Vision Summit. 1/ In recent years, embedded computer vision and broader perceptual artificial intelligence have seen tremendous growth: using sensors and embedded … Read more

Quick Start Guide to Embedded AI Application Development with the Jianan K510

The Baijun website’s quick start course on embedded AI application development is currently being serialized on Bilibili. Students can scan the QR code in the image below to learn the embedded AI application development course. The course is still being serialized, and the subsequent videos are expected to be updated next month. Course Introduction: This … Read more

Getting Started with Embedded AI: Deploying AI Models on RT-Thread

This issue shares the theme of how to deploy AI models onto embedded systems. The next issue will introduce how to run the Mnist Demo (handwritten digit recognition) on the RT-Thread operating system. Embedded AI <span>AI Implementation</span> has always been a promising and emerging industry. My curiosity is quite strong, so I want to try … Read more

Analysis of the Android FART Unpacking Process

1. Introduction On the Android platform, the Java code written by programmers is ultimately compiled into bytecode that runs on the Android virtual machine. Since Android came into the public eye, decompilation tools such as apktool and jadx have emerged one after another, becoming increasingly powerful. The bytecode compiled from Java has become vulnerable in … Read more

Google’s Most Recognized Open Source Projects Beyond Android

Recently, news from Google’s open source initiative indicates that Google supports open source and allows its employees to easily release projects they are developing internally in an open source format. Open source software helps Google develop software quickly and efficiently without starting from scratch. This allows them to focus on solving new problems. The team … Read more

How to Gracefully Capture HTTPS Traffic on Android

Follow us on WeChat public account 「Wonderful Linux World」 Set as 「Starred」, bringing you daily Linux fun! Introduction Is it becoming increasingly difficult to capture HTTPS traffic on the Android system? In high versions, you cannot add CA certificates, and packet capture software relies too much on VPN modes or HOOK programs, which can be … Read more

Essential Security Tools Deployment Script

Disclaimer: The security tools and projects shared by this public account are sourced from the internet and are intended for security research and learning purposes only. If used for other purposes, the user assumes all legal and joint responsibilities, and is unrelated to the tool authors and this public account. Currently, only major image pushes … Read more