charann29 / opensource

105 stars 225 forks source link

s4-b2-fingerprint_based_atm #583

Open koushikkrishna2702 opened 1 week ago

koushikkrishna2702 commented 1 week ago

Fingerprint based on ATM System All existing banking applications are authenticating users based on PIN NO or password but this technique is not secured so in propose online banking application we are authenticating user based on his finger print. To implement this project we have designed following modules 1) Signup: using this module user can signup with the application by using username, password and finger print image. All signup details will be saved in MYSQL database 2) Login: using this module user can login to application by entering username, password and finger print image given at signup time to authenticate himself 3) Deposit: after successful authentication user can deposit amount and it will added to his account 4) Withdraw: using this user can withdraw amount if sufficient balance available 5) View Balance: using this module user can view available balance First create database in MYSQL by copying content from ‘DB.txt’ and then paste in MYSQL To run project double click on ‘run.bat’ file to start python FLASK server image image image