Storage cabinet control system based on face features
To efficiently and safely utilize the storage cabinet,a control system that utilizes facial features to assist in the management of the storage cabinet is proposed.The system consists of three parts,the terminal,the backend,and the frontend.The terminal acquires video streams using a camera,obtains facial features using face detection,live detection,and face recognition,sends network requests to the backend using Retrofit,and controls electronic locks using JNI.The backend uses the Spring Boot framework and manages a MySQL database using MyBatis.The frontend uses the Vue2 framework and Element UI to achieve data visualization by accessing the backend using Axios.The results indicate that the system has good recognition performance,the electronic lock works normally,the data display is accurate,and the system operates stably.