How to Install TensorFlow on Raspberry Pi

How to Install TensorFlow on Raspberry Pi

Recently, I planned to implement offline face recognition on embedded devices, so I decided to install TensorFlow on Raspberry Pi 3. Below I will introduce how to install TensorFlow on Raspberry Pi 3. It is actually very simple and can be done quickly. However, due to the limitations of the Raspberry Pi server, our internet … Read more

V853 Embedded AI Development Board: Face Recognition and Human Detection Features Demonstration

V853 Embedded AI Development Board: Face Recognition and Human Detection Features Demonstration

The Baijun V853 development board supports mainstream model deployment, with an open-source SDK and demonstration sample code, compatible with the Allwinner audio and video framework, providing over 2000 pages of rich documentation tutorials and numerous audio and video development examples waiting for you to explore!

How to Create a Face Recognition Lock Application Using Raspberry Pi

How to Create a Face Recognition Lock Application Using Raspberry Pi

Author: eckygao, Tencent CSIG Cloud Product Department 1. Case Overview 1.1 Background To implement a face recognition unlocking function, used in his real-life escape room business. Overall, the demand description is simple, but due to many constraints, thought needs to be put into architecture and selection. 1.2 Deployment Effect Since the game is still online, … Read more

Top 6 Open Source Face Recognition Projects

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

Real-time Face Recognition with Raspberry Pi

Real-time Face Recognition with Raspberry Pi

This article introduces how to complete a face detection project on Raspberry Pi using OpenCV and Python. The project not only describes the specific steps required to identify faces but also provides a lot of extended knowledge. Furthermore, this project does not require readers to have a detailed understanding of face recognition theory, making it … Read more