Edge driven, IoT based, intelligent system for restricted access control in commercial establishments. This project is a part of UNISYS cloud 20/20 contest. Developed by students of BMSCE, Bengaluru.
- Python 3.6
- Paho MQTT library
- OpenCV-2
- RPI
- Picamera library for Raspberry Pi camera module
- NumPy
- Raspberry Pi 4
- LM-358 IR proximity sensor
- Pi camera module
- USB power supply for Raspberry Pi
- Breadboard (for prototyping purposes)
- LED lights
- 220 ohm resistors
In this system, we will be using a standard MQTT protocol over the local WiFi network to establish communication between devices. The goal of the system would be to provide accurate identification and access, with minimal usage of confidential biometric data. To achieve this we will be using HOG(Histogram of Oriented Graphs) features generated at the sensor level as input to the neural network image recognition algorithm. The descision given by the algorithm will be transmitted to the all the gate control systems.