MQTT Protocol for Efficient AI Communication
Authors/Creators
- 1. Student, Department of Electronics & Telecommunication Engineering, Tatyasaheb Kore Institute of Engineering and Technology (An Autonomous Institute), Warananagar, Kolhapur, Maharashtra, INDIA
- 2. Professor, Department of Electronics & Telecommunication Engineering, Tatyasaheb Kore Institute of Engineering and Technology (An Autonomous Institute), Warananagar, Kolhapur, Maharashtra, INDIA
Description
In recent years, advancements in Internet of Things (IoT) and artificial intelligence have revolutionized various fields, including biometric authentication systems. This project focuses on integrating IoT with face recognition technology to create a robust and efficient authentication system. The proposed system leverages MQTT (Message Queuing Telemetry Transport), a lightweight messaging protocol ideal for IoT environments, to facilitate real-time communication between face recognition devices and centralized software.
The core of the system involves deploying face recognition devices equipped with cameras and processing units capable of capturing and analyzing facial features. These devices are subscribed to an MQTT broker, such as Mosquitto, enabling them to publish real-time data regarding recognized faces and authentication status. Simultaneously, a centralized software service, also subscribed to the MQTT broker, receives this data and provides a user interface for administrators to monitor and manage access control.
Key functionalities include face detection, feature extraction, and matching against a database of enrolled faces. MQTT ensures low latency and efficient data transmission, crucial for real-time applications. The software component integrates MQTT client libraries to seamlessly interface with the MQTT broker, facilitating bi-directional communication between devices and the central server.
The project aims to address security, scalability, and real-time performance challenges inherent in face recognition systems by harnessing the power of IoT and MQTT. By implementing this system, organizations can enhance security measures while simplifying access control processes through automated facial recognition technology.
Files
IJEMR2024140501.pdf
Files
(798.9 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:de3ca59aa0309eadd887d337fede2ef2
|
798.9 kB | Preview Download |
Additional details
References
- Li, S., et al. (2020). Real-time face recognition system based on MQTT protocol for IoT Devices. IEEE Access. DOI: 10.1109/ACCESS.2020.2993087.
- Zheng, Y., et al. (2019). Research on face recognition algorithm based on IoT. Proceedings of the International Conference on Artificial Intelligence and Big Data (ICAIBD).
- Mosquitto MQTT broker. Retrieved from: https://mosquitto.org/.
- Eclipse Paho MQTT client. Retrieved from: https://www.eclipse.org/paho/.
- OpenCV documentation. Retrieved from: https://opencv.org/documentation/.