Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.22 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.22 KB

BIOmetricaBIOmetrica

The application for store and detection fingerprints of a person

BIOmetrica is a Windows OS Desktop application, which interacts with a microcontroller Arduino + fingerprint sensor.

  • Input your full name to the fields
  • Press "Add Person" button to registrate your fingerprint
  • Follow the instructions
  • Check the addition by placing the finger you added earlier
  • If you want to delete the person from databse input full name and press "Delete Person" button
  • If you want to clear database press "Clear Database" button

Tech

Installation

OS Windows:

  • Install and activate the virtual environment (venv)
cd biometric_app
python -m venv venv
venv\Scripts\activate.bat
  • Install the dependencies from requirements.txt
cd biometric_app
pip install -r requirements.txt

License

MIT

Free Software