... | ... | @@ -5,7 +5,17 @@ |
|
|
- OpenCV (cv2) library for python
|
|
|
- face_recognition library for python
|
|
|
- dlib library version 19.22 (The functionalities of the face_recognition library haven't been updated for the more recent dlib versions)
|
|
|
### Setup Steps
|
|
|
### Setup
|
|
|
|
|
|
### Setup file method
|
|
|
After cloning the repository you can set up the program by running the setup file, but first you need to make the file executable. The following command can do this:
|
|
|
|
|
|
chmod +x setup.sh
|
|
|
After this the shell file can be run directly by the command:
|
|
|
|
|
|
./setup.sh
|
|
|
### Step by Step Installation
|
|
|
|
|
|
#### 1. Depencies
|
|
|
Check for all the necessary dependencies, especially the ones mentioned above, or simply just install them using the commands:
|
|
|
|
... | ... | |