Deep Learning based Finite State Machine (FSM) implementation of a Smart Lock System
Name - Nischal A; Roll No - 1801CS33
The structure of this folder is as follows:-
- SMART LOCK SYSTEM.pdf is the power point presentation demonstrating the work.
- Face Recognition folder - contains code, datasets and results on running face recognition through webcam or on videos (of person trying to open lock)
- access_grant.dat - contains the value of "valid" - generated from face recognition module. "valid" is taken as an input to the fsm working.
- lock_fsm.v is the verilog file containing the code for Lock FSM implementation
- lock_fsm_tb.v is the corresponding test bench.
- read_valid.v is a Verilog program to read data from the acces_grant.dat file (which contains "valid" value after face recognition is run)