-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathHow-to-Run.txt
50 lines (30 loc) · 1.17 KB
/
How-to-Run.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
--------------------------------------------------------------------------------------------------------
Commands To Run
--------------------------------------------------------------------------------------------------------
pip install opencv-contrib-python
pip install numpy
pip install pandas
pip install Pillow
pip install pytest-shutil
pip install python-csv
pip install yagmail
pip install -r requirements.txt
python -m venv env
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
.\env\Scripts\activate
python main.py
--------------------------------------------------------------------------------------------------------
Output:
--------------------------------------------------------------------------------------------------------
**********************************************
***** Face Recognition Attendance System *****
**********************************************
********** WELCOME MENU **********
[1] Check Camera
[2] Capture Faces
[3] Train Images
[4] Recognize & Attendance
[5] Auto Mail
[6] Quit
Enter Choice:
--------------------------------------------------------------------------------------------------------