Skip to content

Face Recognition is turning into another pattern in the security validation frameworks. Present day FR frameworks can even identify, if the individual is real (live) or not, while doing face acknowledgment, keeping the frameworks being hacked by demonstrating the photo of a

Notifications You must be signed in to change notification settings

mursalfk/-Face-recognition-technique-in-bank-locker-systems-for-security-purpose-using-deep-learning-

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Face-Recognition-for-providing-security-using-Deep-learning

This is a Project on maintaining Security in Bank Lockers or at any system using Face Recognition which is developed using Convolutional Neural Network in Deep Learning.


Download these files and create the virtual environment for the project. Then in activated virtual environment install all the requirememts as mentioned in requirement.txt file.


Manually add about 500 images not containing human faces at all like that of mountains, flowers, and many other of these types in application>database>images>00not folder. Then for connecting the system with database install mysql and make migrations for the views.models in django.


Now create the superuser as an first admin to add an entry of the auth table in django. While other admins can be created from within the Web App. Now run the server after going in that application folder.


Now on Admin login page use superadmin email and password to log in as an Admin. After clicking to add user option the dataset will be taken and then model will start training at that time after dataset being taken.


On User Login page, after entering Locker number the User will be able to login with proper recognition of their face.



Related Poster of the Project : https://drive.google.com/open?id=1GgI54KyTBUWOCNFW-SLxwlLbZWOdZakf



#ScreenShots of the Web Application

SS-1 It is the User login page where user has to put the locker number which is assigned to the user.

SS-2 It is the User Dashboard that welcomes the User after proper face recognition of the user Face.

SS-3It is the Admin login page where only valid Admin can Login with authorised Email and Password.

SS-4 It is the Admin Dashboard which possess the detailed information of all the Login Activity.

SS-5 It consists of JQuaryDataTable with is Showing all the Details of all the Admins and giving various options to the Admins.

SS-6 It is the Webpage showing the requirements to add a New Admin.

SS-7 It consists of JQuaryDataTable with is Showing all the Details of all the Users and giving various options to amend the credentials of the User to the Admin.

SS-8 It is a Webpage on which Admin has to assign Locker number and username to the User for providing account of the User.

SS-9 To train the model, first Collect the DataSet of the person by Clicking the COLEECT DATASET.

SS-10 Then to train the Model click on TRAIN MODEL.

About

Face Recognition is turning into another pattern in the security validation frameworks. Present day FR frameworks can even identify, if the individual is real (live) or not, while doing face acknowledgment, keeping the frameworks being hacked by demonstrating the photo of a

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.7%
  • Python 18.0%
  • HTML 10.5%
  • CSS 1.8%