This project should be used as a marker for my journey into web development.
Download the repo, and run the main.py file. Once you have gotten to this point, and you have the application open, here is the way to set up your account and test some transactions! (though it is pretty self explanatory...)
If you have a pre-existing account (which you won't if this is your first time using it), click sign-up and create an account! It will prompt you for according details and then will request images of you to store in the database! This is because a biometric transaction platform needs your biometric data to ensure it's you at the time of approval of transaction.
At this point, when it finishes, it'll forward you to the user menu, which will give you your list of incoming and outgoing transactions. If you would like to, set up another test account and send transactions to that test account, and have that test account send some to you!
The idea of this program is to be a proof of concept of a user oriented biometrics security platform.
- implemented using the following paper: https://www.cs.cmu.edu/~rsalakhu/papers/oneshot1.pdf
- image taken directly from paper, as was implemented identically in project itself.

- Improve security and continue working towards making it a more user friendly app.

