Find a file
2024-02-02 09:31:20 -05:00
.github Updated mirror links. 2024-02-02 09:31:20 -05:00
.idea Uploaded Test files 2020-11-12 11:05:57 -05:00
.vscode Add augmentation 2021-04-05 17:22:31 -04:00
__pycache__ Fixed some bugs. 2021-04-10 18:44:45 -04:00
css Integrated Website component to the project. 2023-05-28 20:49:29 -04:00
docs Integrated Website component to the project. 2023-05-28 20:49:29 -04:00
Facial_images Fixed some bugs. 2021-04-10 18:44:45 -04:00
Facial_models Fixed some bugs. 2021-04-10 18:44:45 -04:00
fonts Integrated Website component to the project. 2023-05-28 20:49:29 -04:00
Hardware Fixed some bugs. 2021-04-10 18:44:45 -04:00
images Integrated Website component to the project. 2023-05-28 20:49:29 -04:00
js Integrated Website component to the project. 2023-05-28 20:49:29 -04:00
Photos_of_Thieves Fixed some bugs. 2021-04-10 18:44:45 -04:00
UI Updated the dependencies. 2023-04-27 13:10:53 -04:00
venv Added the Trellix's fix. 2024-01-21 14:19:24 -05:00
.gitattributes upload big model file 2020-11-08 17:01:20 -05:00
Check_Up.py Fixed some bugs. 2021-04-10 18:44:45 -04:00
DBHelper.py Added the update function. 2021-03-21 13:37:41 -04:00
Facial_Image_Augmentation.py Add augmentation 2021-04-05 17:22:31 -04:00
Facial_Instruction.txt Update Facial_instruction.txt 2021-01-23 19:04:25 -05:00
Facial_Recognition_Enrollment.py Updated Upload_Face. 2021-01-24 12:35:17 -05:00
Facial_Recognition_Inference.py Test on Raspberry pi successfully, fix some small staff 2021-03-28 18:02:09 -04:00
Facial_Recognition_Registration.py Add augmentation 2021-04-05 17:22:31 -04:00
Facial_Recognition_Thief_Registration.py Fixed some bugs. 2021-04-10 18:44:45 -04:00
final_demo.py Debug for camera been turned on at the same time by different function 2021-04-07 18:29:30 -04:00
hfs.comments.txt Hardware code update 2021-04-03 18:41:40 -04:00
index.html Integrated Website component to the project. 2023-05-28 20:49:29 -04:00
LICENSE.md Add LICENSE 2024-01-21 14:27:04 -05:00
Main.py Hardware code update 2021-04-03 18:41:40 -04:00
README.md Integrated Website component to the project. 2023-05-28 20:49:29 -04:00
remote_camera.py Remote camera function finish 2021-04-03 23:08:57 -04:00
Remove_Face.py Fixed some bugs. 2021-04-10 18:44:45 -04:00
start_engine.py Updated the execution time of Upload_Face and Upload_Thief. 2021-02-10 10:51:05 -05:00
style.css Integrated Website component to the project. 2023-05-28 20:49:29 -04:00
Update.py Fixed some bugs. 2021-04-10 18:44:45 -04:00
Upload_Face.py Add augmentation 2021-04-05 17:22:31 -04:00
Upload_Thief.py Fixed some bugs. 2021-04-10 18:44:45 -04:00
vehicleantitheftrecognition-firebase-adminsdk-krrgw-05da515de5.json Added delete option to database storage. 2020-10-12 12:10:01 -04:00
workspace.code-workspace Add augmentation 2021-04-05 17:22:31 -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

Website of the Project

https://arctichawk1.github.io/Vehicle-Anti-Theft-Face-Recognition-System/

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.