Updated the README file.
This commit is contained in:
parent
d5f1331151
commit
a0f645f885
2 changed files with 12 additions and 1 deletions
13
README.md
13
README.md
|
@ -4,7 +4,7 @@ README file for the Vehicle Anti Theft Face Recognition System.
|
||||||
|
|
||||||
# Student Info
|
# Student Info
|
||||||
|
|
||||||
Software: Batuhan Başoğlu, Feier Zhang, Alexandre Pereira, Sam Hermas Parada
|
Software: Batuhan Basoglu, Feier Zhang, Alexandre Pereira, Sam Hermas Parada
|
||||||
|
|
||||||
Hardware: Qian Ma, Leyao Li
|
Hardware: Qian Ma, Leyao Li
|
||||||
|
|
||||||
|
@ -14,3 +14,14 @@ In order:
|
||||||
1. Start Hardware/Updated_HW_codes/NewMotorFunc.py for Motor/Alarm functions.
|
1. Start Hardware/Updated_HW_codes/NewMotorFunc.py for Motor/Alarm functions.
|
||||||
2. Start Main.py for Anti-Theft Face Recognition Software.
|
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.
|
3. Start UI/app from android studio or download the app to your phone for the user interface of the program.
|
||||||
|
|
||||||
|
# System Requirements
|
||||||
|
|
||||||
|
- For installation of dlib and Anaconda follow these tutorials.
|
||||||
|
- https://www.learnopencv.com/install-opencv-3-and-dlib-on-windows-python-only/
|
||||||
|
- https://www.pyimagesearch.com/2017/05/01/install-dlib-raspberry-pi/
|
||||||
|
- For the integration of the other imports in the file try to update the anaconda through
|
||||||
|
anaconda command prompt.
|
||||||
|
- conda update --all
|
||||||
|
- For the vehicleantitheftrecognition-firebase-adminsdk-krrgw-05da515de5.json, in DBHelper.py
|
||||||
|
add the file path to the 'service account' if it doesn't work.
|
Binary file not shown.
Loading…
Reference in a new issue