Meet ReconFace, the innovative facial recognition system developed for our hackathon project to help law enforcement quickly identify suspects. With ReconFace, we're bringing simplicity to the process of criminal identification and making our communities safer, one face at a time.
ReconFace is a Facial Recognition system using Django and Django Rest Framework as backend
- Website link: http://reconface.bitnaysh.tech/
- Presentation Google Drive Link : https://drive.google.com/file/d/184btmiW7V-OK1QTw0OyT6fk4rliA0Jte/view?usp=sharing
- Utilized the face recognition Python library to generate image encodings, stored in MongoDB for matching against user uploads, also added the capability to add more images to the database
- Implemented a Django API using Django Rest Framework to handle image uploads, generate encodings, match against stored images, return relevant matches to the frontend, and display the database on the frontend
- Dashboard to upload images ,A simple image file can be uploaded using the upload box on the dash board and press submit
- After uploading results of the highest matched individual are shown
- Dashboard to upload images to the database of known images
- Image file is saved to the database along with the details of the person
- Tab to view all the images in the database with their corresponding information
-
Used in missing/criminal cases To identify a person from a photograph ,which may be partially visible from the database using the web app
-
Used in High priority criminal cases Identify suspects based on the photographs or sketches of suspects provided as input.




