This project uses face recognition to authenticate a user and then interact with an electronic safe simulator.
- Navigate to the
faceAuthentication
directory:
cd faceAuthentication
- Run the
main.py
script:
python main.py
This will open your camera and start the face recognition process. Once your face is recognized, the script will automatically open the Wokwi simulator.
The Wokwi simulator is located at this link. The files for the simulator are stored in the electronic-safe
directory of this project.
In the simulator, the electronic safe will first ask for a secret code. It will then suggest a password and ask you to enter a password. The safe will tell you the strength of the password you entered. Once the safe is locked, it will ask for the same password to unlock it. If you enter the wrong password three times, the safe will terminate.
faceAuthentication/
: Contains the main python file to be executedelectronic-safe/
: Contains the arduino files for the Wokwi simulator.model/
: Contains the datasets, training & face recognition model.
- 2021UCS1618 Shobhit
- 2021UCS1702 Prachi Sah
- 2021UCS1659 Ujjawal