This project aims at reducing the frauds happening online with respect to internet banking by integration a two-factor authentication.
The user first enters the password and then as a second step goes through facial recognition to access the banking dashboard.
The application is made using Flask Web FrameWork.
To make the user interface appealing, a modern designing approach has been used which is purely based on CSS.
Face Recognition API and Open CV is used to get the facial details using webcam. It recognizes the faces and matches them with the images in the database.
The project is still under construction and the transaction page and send money section needs to be developed.