... | ... | @@ -7,14 +7,14 @@ |
|
|
- dlib library version 19.22 (The functionalities of the face_recognition library haven't been updated for the more recent dlib versions)
|
|
|
### Setup
|
|
|
|
|
|
### Setup file method
|
|
|
### METHOD 1: 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
|
|
|
### METHOD 2: 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:
|
... | ... | |