Link to the Web Application | Video Demo
Table of Contents
- Criminal Face Recognition System built during the Microsoft Engage 2022.
- Application of the Facial Recognition Technology.
- It takes image of an individual as input , and matches the detected face(s) with existing criminals database.
- If detected face(s) is/are matched then information of the criminal(s) can be retrieved else "unknown" will be displayed.
Facial recognition is a category of biometric software that maps an individual's facial features mathematically and stores the data as a faceprint. The software uses deep learning algorithms to compare a live capture or digital image to the stored faceprint in order to verify an individual's identity.
- User friendly interface for using the system
- Can detect and recognise multiple faces at same time
- Precise and accurate: Can recognise the person irrespective of age and changed looks.
- Information of recognised criminal can be retrieved from existing database
Laptops, Desktops and Tablet PCs
4 step procedure is followed by the app -
- Visit home page of Cyber Cop
- Upload the picture to be tested
- Face Recogniton
- Information retrieval of recognised criminal
Home page is the frontend design of Cyber Cop where user can read about the system, get the contact details and know the steps to use the facial recognition application.
After Clicking face match button, an upload image button appears through which any image can be uploaded by the user.
All the criminals stored in the database (labeled_images folder) can be recognised in the uploaded image. Unknown will be displayed for unrecognised detected faces.
If the criminal's image is recognised then information about him like his date of birth, criminal charge etc. can be retrieved by pressing the initial letter of his name on keyboard.
- Information about criminals stored in database:
Dawood Ibrahim
Osama Bin Laden
Saddam Hussein
Chhota Rajan - Face Recognition Technology