Find a file
2021-01-23 19:02:06 -05:00
.idea Uploaded Test files 2020-11-12 11:05:57 -05:00
__pycache__ Update Facial Recognition codes 2021-01-23 19:00:51 -05:00
Facial_images Delete test images 2021-01-23 19:02:06 -05:00
Facial_models Update Facial Recognition codes 2021-01-23 19:00:51 -05:00
Hardware Added files of Alex and fixed the code. 2020-11-19 13:59:45 -05:00
Photos_of_Thieves Added Folders for storing the pictures. 2020-10-06 20:42:07 -04:00
UI Updated User_1 Photos and added test case for facial_recognition_registration 2021-01-09 13:44:53 +03:00
venv Face Registration is integrated with Database. 2020-11-14 12:28:50 -05:00
.gitattributes upload big model file 2020-11-08 17:01:20 -05:00
DBHelper.py Removed address and added the remove_face template. 2021-01-22 20:39:48 -05:00
Facial_Instruction.txt Update Facial Recognition codes 2021-01-23 19:00:51 -05:00
Facial_Recognition_Enrollment.py Update Facial Recognition codes 2021-01-23 19:00:51 -05:00
Facial_Recognition_Inference.py Update Facial Recognition codes 2021-01-23 19:00:51 -05:00
Facial_Recognition_Registration.py Update Facial Recognition codes 2021-01-23 19:00:51 -05:00
Facial_Recognition_Render(abandoned).py Mark old version files and keep it in case prof want to check 2021-01-19 16:38:44 -05:00
Facial_Recognition_Wrapper(abandoned).py Mark old version files and keep it in case prof want to check 2021-01-19 16:38:44 -05:00
Main.py Removed address and added the remove_face template. 2021-01-22 20:39:48 -05:00
midterm_demo_HARDWARE.py Demo codes for HARDWARE midterm demo 2020-10-15 17:53:02 -04:00
README.md Updated README 2020-12-09 10:48:39 -05:00
Remove_Face.py Updated the Remove_Face template. 2021-01-22 20:55:35 -05:00
start_engine.py Removed unnecessary comments. 2020-12-04 17:46:37 -05:00
Upload_Face.py Removed address and added the remove_face template. 2021-01-22 20:39:48 -05:00
vehicleantitheftrecognition-firebase-adminsdk-krrgw-05da515de5.json Added delete option to database storage. 2020-10-12 12:10:01 -04:00

Vehicle-Anti-Theft-Face-Recognition-System

README file for the Vehicle Anti Theft Face Recognition System.

Student Info

Software: Batuhan Basoglu, Feier Zhang, Alexandre Pereira, Sam Hermas Parada

Hardware: Qian Ma, Leyao Li

Instructions

In order:

  1. Start Hardware/Updated_HW_codes/NewMotorFunc.py from the Raspberry Pi for Motor/Alarm functions.
  2. Start Main.py for Anti-Theft Face Recognition Software.
  3. Start UI/app from android studio or download the app to your phone for the user interface of the program.

System Requirements

Notes

  • Code might break if you have your webcam is opened during execution. You have to close the webcam first.
  • In order to make Hardware part work, you need to execute the hardware code from Raspberry Pi hardware component we designed.
  • You can execute the Software and User Interface components from different computers or from the same computer as Raspberry Pi. It is user's choice.