The Problem Statement
The client wanted to develop a system with RFID & Biometric access control system to secure the restricted area from unauthorized access. The system would perform multiple identity checks to verify if the person is authorized to enter the area or not. A manual control system was also required to override the denied events.
Screenshots
The Solution
The Core module is responsible for Capturing and Processing the event whenever someone requests access. Based on the data fed, this module makes access decisions and sends it to the application backend using gRPC in real time.
The Core module is responsible for Capturing and Processing the event whenever someone requests access. Based on the data fed, this module makes access decisions and sends it to the application backend using gRPC in real time.
The Web-backend receives processed events and decisions from the core application and creates APIs to Fetch event logs and override the system in case of denied events.
At the final stage, the data is further transferred to the Web-frontend to display event logs and decisions made by the system.
Benefits Delivered
With a proven track record of delivering accurate algorithms for vision-based projects, this biometric access control system and 3-factor authentication system built by KritiKal adds an extra layer of security to prevent unauthorized access to sensitive areas like in the defense sector, power plants, and research facilities.
Technology Used
- C# DotNet Framework (Core application)
- C# DotNet Core (Backend of application)
- gRPC
- Web Socket
- ReactJS (Web Application)
- MS SQL Database (Database)